Share via


FormattedContentResult<T>.Formatter Property

 

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