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)

Syntax

public interface IBodyModelValidator
public interface class IBodyModelValidator
type IBodyModelValidator = interface end
Public Interface IBodyModelValidator

Methods

Name Description
System_CAPS_pubmethod Validate(Object, Type, ModelMetadataProvider, HttpActionContext, String)

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

See Also

System.Web.Http.Validation Namespace

Return to top