ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Fluent Namespace / IHtmlStringExtension Class / ToTemplate Method / ToTemplate(HtmlString) Method
The specified html string

In This Topic
    ToTemplate(HtmlString) Method
    In This Topic
    Render the html string in template mode.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToTemplate( _
       ByVal htmlString As HtmlString _
    ) As HtmlString
    public static HtmlString ToTemplate( 
       HtmlString htmlString
    )

    Parameters

    htmlString
    The specified html string

    Return Value

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