ModelStateDictionary Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ModelStateDictionary class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ModelStateDictionary() | Initializes a new instance of the ModelStateDictionary class. | |
ModelStateDictionary(ModelStateDictionary) | Initializes a new instance of the ModelStateDictionary class by using values that are copied from the specified model-state dictionary. |
Top