FormatManager.ResponseFormatHandlers Property
Gets the list of handlers that can serialize the response body.
Namespace: Microsoft.Web.Mvc.Resources
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public Collection<IResponseFormatHandler> ResponseFormatHandlers { get; }
public:
property Collection<IResponseFormatHandler^>^ ResponseFormatHandlers {
Collection<IResponseFormatHandler^>^ get();
}
member ResponseFormatHandlers : Collection<IResponseFormatHandler> with get
Public ReadOnly Property ResponseFormatHandlers As Collection(Of IResponseFormatHandler)
Property Value
Type: System.Collections.ObjectModel.Collection<IResponseFormatHandler>
The list of handlers that can serialize the response body.
See Also
FormatManager Class
Microsoft.Web.Mvc.Resources Namespace
Return to top