FormatHelper Class
Base class for content negotiation support
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
System.Object
Microsoft.Web.Mvc.Resources.FormatHelper
Microsoft.Web.Mvc.Resources.DefaultFormatHelper
Microsoft.Web.Mvc.Resources.FormatHelper
Microsoft.Web.Mvc.Resources.DefaultFormatHelper
| Name | Description | |
|---|---|---|
![]() | FormatHelper() | Initializes a new instance of the FormatHelper class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRequestFormat(RequestContext) | Returns the ContentType of a given request. |
![]() | GetResponseFormats(RequestContext) | Returns a collection of ContentType instances that can be used to render a response to a given request, sorted in priority order. |
![]() | GetType() | (Inherited from Object.) |
![]() | IsBrowserRequest(RequestContext) | Determines whether the specified HTTP request was sent by a Browser. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

