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 SourceViewDataFieldKey
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 |
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 |
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 |
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 |
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 |