ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Fluent Namespace / ITemplateBuilder<T> Interface / ToTemplate Method

In This Topic
    ToTemplate Method (ITemplateBuilder<T>)
    In This Topic
    Transfers current builder to template mode.
    Syntax
    'Declaration
     
    Function ToTemplate() As T
    T ToTemplate()

    Return Value

    Current builder.
    See Also