FormatHelper Class

 

Base class for content negotiation support

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


[<AbstractClass>]
type FormatHelper = class end

NameDescription
System_CAPS_protmethodFormatHelper()

Initializes a new instance of the FormatHelper class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRequestFormat(RequestContext)

Returns the ContentType of a given request.

System_CAPS_pubmethodGetResponseFormats(RequestContext)

Returns a collection of ContentType instances that can be used to render a response to a given request, sorted in priority order.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsBrowserRequest(RequestContext)

Determines whether the specified HTTP request was sent by a Browser.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: