[]
Render the html string in template mode.
public static HtmlString ToTemplate(this HtmlString htmlString)
Type | Name | Description |
---|---|---|
HtmlString | htmlString | The specified html string |
Type | Description |
---|---|
HtmlString | An instance of html string with the template mode. |
Render the HelperResult in template mode.
public static IHtmlContent ToTemplate(this IHtmlContent htmlContent)
Type | Name | Description |
---|---|---|
IHtmlContent | htmlContent | The specified HelperResult. |
Type | Description |
---|---|
IHtmlContent | The HelperResult with the template mode. |