Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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