HtmlString type which allow you to execute html tags


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. HtmlString htmltext = new HtmlString( "text<br />that<br />will<br />be wrote as html");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.