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 whether the FormatterParameterBindingwill read body.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property WillReadBody As Boolean
Get
'Usage
Dim instance As FormatterParameterBinding
Dim value As Boolean
value = instance.WillReadBody
public override bool WillReadBody { get; }
public:
virtual property bool WillReadBody {
bool get () override;
}
abstract WillReadBody : bool
override WillReadBody : bool
override function get WillReadBody () : boolean
Property Value
Type: System.Boolean
True if the FormatterParameterBindingwill read body; otherwise, false.