ObjectContent.FormatterSelector 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 selector.

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

Syntax

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

Property Value

Type: System.Net.Http.Formatting.IFormatterSelector
The formatter selector.

.NET Framework Security

See Also

Reference

ObjectContent Class

System.Net.Http Namespace