ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputMaskTagHelper Class / RawValue Property

In This Topic
    RawValue Property (InputMaskTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputMask.RawValue. Sets the raw value of the control (excluding mask literals).
    Syntax
    'Declaration
     
    Public Property RawValue As String
    public string RawValue {get; set;}
    Remarks
    The raw value of the control excludes prompt and literal characters.
    See Also