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 the media type formatter.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Property Formatter As MediaTypeFormatter
Get
Private Set
'Usage
Dim instance As MediaTypeFormatterMatch
Dim value As MediaTypeFormatter
value = instance.Formatter
public MediaTypeFormatter Formatter { get; private set; }
public:
property MediaTypeFormatter^ Formatter {
MediaTypeFormatter^ get ();
private: void set (MediaTypeFormatter^ value);
}
member Formatter : MediaTypeFormatter with get, private set
function get Formatter () : MediaTypeFormatter
private function set Formatter (value : MediaTypeFormatter)
Property Value
Type: System.Net.Http.Formatting.MediaTypeFormatter