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

In This Topic
    RawValue Property (InputMask)
    In This Topic
    Gets or 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