Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 23, 2023 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/05bfc3812b919a634a4fd6593cb9d18b to your computer and use it in GitHub Desktop.
Save bjoerntx/05bfc3812b919a634a4fd6593cb9d18b to your computer and use it in GitHub Desktop.
@using TXTextControl.Web.MVC
@{
var sDocument = "<html><body><p>Welcome to <strong>Text Control</strong></p></body></html>";
}
@Html.TXTextControl().TextControl().LoadText(sDocument,
TXTextControl.Web.StringStreamType.HTMLFormat).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment