[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ITemplateBuilder-1

ITemplateBuilder<T> Interface

Defines the interface of the builder which can be used as a template.

Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public interface ITemplateBuilder<T> where T : ITemplateBuilder<T>
Type Parameters
Name Description
T

The builder type.

Methods

Name Description
TemplateBind(string, string)

When the builder works in template mode, bind the property which name is specified to some item which name is specified.

ToTemplate()

Transfers current builder to template mode.