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

In This Topic
    Value Property (InputMaskTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputMask.Value. Sets the text currently shown in the control.
    Syntax
    'Declaration
     
    Public Property Value As String
    public string Value {get; set;}
    See Also