Show / Hide Table of Contents

    Class Constants

    Global ChameleonForms constants.

    Inheritance
    System.Object
    Constants
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ChameleonForms
    Assembly: ChameleonForms.dll
    Syntax
    public static class Constants

    Fields

    | Improve this Doc View Source

    ViewDataFieldKey

    The key that is used to stash a ChameleonForm Field<TModel> within ViewData.

    Declaration
    public const string ViewDataFieldKey = "ChameleonForms_Field"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ViewDataFormKey

    The key that is used to stash a ChameleonForm Form<TModel> within ViewData.

    Declaration
    public const string ViewDataFormKey = "ChameleonForms_Form"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ViewDataMessageKey

    The key that is used to stash a ChameleonForm Message<TModel> within ViewData.

    Declaration
    public const string ViewDataMessageKey = "ChameleonForms_Message"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ViewDataNavigationKey

    The key that is used to stash a ChameleonForm Navigation<TModel> within ViewData.

    Declaration
    public const string ViewDataNavigationKey = "ChameleonForms_Navigation"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ViewDataSectionKey

    The key that is used to stash a ChameleonForm Form<TModel> within ViewData.

    Declaration
    public const string ViewDataSectionKey = "ChameleonForms_Section"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top © Copyright 2012-2020 MRCollective, Rob Moore, Matt Davies and the contributors to ChameleonForms.