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

In This Topic
    ToTemplate(IHtmlContent) Method
    In This Topic
    Render the HelperResult in template mode.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToTemplate( _
       ByVal htmlContent As IHtmlContent _
    ) As IHtmlContent
    public static IHtmlContent ToTemplate( 
       IHtmlContent htmlContent
    )

    Parameters

    htmlContent
    The specified HelperResult.

    Return Value

    The HelperResult with the template mode.
    See Also