[]
Define a static class to add the extension methods for System.Web.IHtmlString
public static class IHtmlStringExtension
| Name | Description |
|---|---|
| ToTemplate(HtmlString) | Render the html string in template mode. |
| ToTemplate(IHtmlContent) | Render the HelperResult in template mode. |