ObjectContent.FormatterContext Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the formatter context.

Namespace:  System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Protected Friend Property FormatterContext As FormatterContext
protected internal FormatterContext FormatterContext { get; set; }
protected public:
property FormatterContext^ FormatterContext {
    FormatterContext^ get ();
    void set (FormatterContext^ value);
}
member FormatterContext : FormatterContext with get, set
function get FormatterContext () : FormatterContext
function set FormatterContext (value : FormatterContext)

Property Value

Type: System.Net.Http.Formatting.FormatterContext
The formatter context.

.NET Framework Security

See Also

Reference

ObjectContent Class

System.Net.Http Namespace