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 formatter to use to format the content.
Namespace: System.Web.Http.Results
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public MediaTypeFormatter Formatter { get; }
public:
property MediaTypeFormatter^ Formatter {
MediaTypeFormatter^ get();
}
member Formatter : MediaTypeFormatter with get
Public ReadOnly Property Formatter As MediaTypeFormatter
Property Value
Type: System.Net.Http.Formatting.MediaTypeFormatter
See Also
FormattedContentResult<T> Class
System.Web.Http.Results Namespace
Return to top