C1.Web.Mvc.Fluent Namespace / IHtmlStringExtension Class / ToTemplate(IHtmlString) Method
The specified html string

In This Topic
ToTemplate(IHtmlString) Method
In This Topic
Render the html string in template mode.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function ToTemplate( _
   ByVal htmlString As IHtmlString _
) As IHtmlString
 

Parameters

htmlString
The specified html string

Return Value

An instance of html string with the template mode.
See Also