[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputMaskBuilder.RawValue

RawValue Method

RawValue(string)

Configurates RawValue. Sets the raw value of the control (excluding mask literals).

Declaration
public InputMaskBuilder RawValue(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
InputMaskBuilder

Current builder.

Remarks

The raw value of the control excludes prompt and literal characters.