Show / Hide Table of Contents

    Enum TextInputType

    The different types of <input /> fields.

    Namespace: ChameleonForms.Enums
    Assembly: ChameleonForms.Core.dll
    Syntax
    public enum TextInputType

    Fields

    Name Description
    Email

    <input type="email" />

    File

    <input type="file" />

    Number

    <input type="number" />

    Password

    <input type="password" />

    Text

    <input type="text" />

    Url

    <input type="url" />

    Extension Methods

    HtmlAttributesExtensions.ToHtmlAttributes()
    • Improve this Doc
    • View Source
    Back to top © Copyright 2012-2020 MRCollective, Rob Moore, Matt Davies and the contributors to ChameleonForms.