ModelValidationNode Constructor

.NET Framework (current version)
 

Initializes a new instance of the ModelValidationNode class.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodModelValidationNode(ModelMetadata^, String^)

Initializes a new instance of the ModelValidationNode class, using the model metadata and state key.

System_CAPS_pubmethodModelValidationNode(ModelMetadata^, String^, IEnumerable<ModelValidationNode^>^)

Initializes a new instance of the ModelValidationNode class, using the model metadata, the model state key, and child model-validation nodes.

Return to top
Show: