C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputMask Class
Members

InputMask Class
The InputMask control provides a way to govern what a user is allowed to input.
Object Model
InputMask Class
Syntax
'Declaration
 
Public Class InputMask 
   Inherits FormInputBase
   Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
 
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.InputBase
            C1.Web.Mvc.FormInputBase
               C1.Web.Mvc.InputMask

See Also