FormatterParameterBinding.WillReadBody Property
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.