'Declaration
<ExtensionAttribute()> Public Shared Function ToTemplate( _ ByVal htmlString As IHtmlString _ ) As IHtmlString
[Extension()] public static IHtmlString ToTemplate( IHtmlString htmlString )
Parameters
- htmlString
- The specified html string
Return Value
An instance of html string with the template mode.