Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IBodyModelValidator Interface

 

Represents an interface for the validation of the models

Namespace:   System.Web.Http.Validation
Assembly:  System.Web.Http (in System.Web.Http.dll)

public interface class IBodyModelValidator

NameDescription
System_CAPS_pubmethodValidate(Object^, Type^, ModelMetadataProvider^, HttpActionContext^, String^)

Determines whether the model is valid and adds any validation errors to the actionContext's ModelStateDictionary

Return to top
Show: