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

In This Topic
    RawValue Property
    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