ModelValidationNode.Validate Method
Include Protected Members
Include Inherited Members
Validates the model.
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 | |
---|---|---|
Validate(HttpActionContext) | Validates the model using the specified execution context. | |
Validate(HttpActionContext, ModelValidationNode) | Validates the model using the specified execution context and parent node. |
Top