ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / IHtmlStringExtension Class / ToTemplate Method
The specified html string

In This Topic
    ToTemplate Method (IHtmlStringExtension)
    In This Topic
    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