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

In This Topic
    PromptChar Property (InputMaskTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputMask.PromptChar. Sets the symbol used to show input positions in the control.
    Syntax
    'Declaration
     
    Public Property PromptChar As Char
    public char PromptChar {get; set;}
    See Also