ComponentOne ASP.NET MVC Controls
ToTemplate(IHtmlString) Method

C1.Web.Mvc.Fluent Namespace > IHtmlStringExtension Class : ToTemplate(IHtmlString) Method
The specified html string
Render the html string in template mode.
Syntax
'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.
See Also

Reference

IHtmlStringExtension Class
IHtmlStringExtension Members