IRequestContentReadPolicy Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the request content read policy.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IRequestContentReadPolicy
public interface IRequestContentReadPolicy
public interface class IRequestContentReadPolicy
type IRequestContentReadPolicy = interface end
public interface IRequestContentReadPolicy
The IRequestContentReadPolicy type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetRequestContentReadKind | Inquires how the request content should be read for the given HttpActionDescriptor. |
Top
.gif)