[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputMaskFor

InputMaskFor Method

InputMaskFor<TObject>(Expression<Func<TModel, TObject>>)

Create an InputMaskBuilder.

Declaration
public InputMaskBuilder InputMaskFor<TObject>(Expression<Func<TModel, TObject>> expression)
Parameters
Type Name Description
Expression<Func<TModel, TObject>> expression

The model bind expression

Returns
Type Description
InputMaskBuilder

The InputMaskBuilder

Type Parameters
Name Description
TObject