Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an interface for the body model validator.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property BodyModelValidator As IBodyModelValidator
Get
Set
'Usage
Dim instance As FormatterParameterBinding
Dim value As IBodyModelValidator
value = instance.BodyModelValidator
instance.BodyModelValidator = value
public IBodyModelValidator BodyModelValidator { get; set; }
public:
property IBodyModelValidator^ BodyModelValidator {
IBodyModelValidator^ get ();
void set (IBodyModelValidator^ value);
}
member BodyModelValidator : IBodyModelValidator with get, set
function get BodyModelValidator () : IBodyModelValidator
function set BodyModelValidator (value : IBodyModelValidator)
Property Value
Type: System.Web.Http.Validation.IBodyModelValidator
An interface for the body model validator.