FormatterParameterBinding.WillReadBody Property

 

Gets whether the FormatterParameterBindingwill read body.

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public override bool WillReadBody { get; }
public:
property bool WillReadBody {
    virtual bool get() override;
}
override WillReadBody : bool with get
Public Overrides ReadOnly Property WillReadBody As Boolean

Property Value

Type: System.Boolean

True if the FormatterParameterBindingwill read body; otherwise, false.

See Also

FormatterParameterBinding Class
System.Web.Http.ModelBinding Namespace

Return to top