Share via


FormatManager.RequestFormatHandlers Property

 

Gets the list of handlers that can parse the request body.

Namespace:   Microsoft.Web.Mvc.Resources
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public Collection<IRequestFormatHandler> RequestFormatHandlers { get; }
public:
property Collection<IRequestFormatHandler^>^ RequestFormatHandlers {
    Collection<IRequestFormatHandler^>^ get();
}
member RequestFormatHandlers : Collection<IRequestFormatHandler> with get
Public ReadOnly Property RequestFormatHandlers As Collection(Of IRequestFormatHandler)

Property Value

Type: System.Collections.ObjectModel.Collection<IRequestFormatHandler>

The list of handlers that can parse the request body.

See Also

FormatManager Class
Microsoft.Web.Mvc.Resources Namespace

Return to top