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: