QueryStringMediaTypeMapping Class

 

Class that provides MediaTypeHeaderValues from query strings.

Namespace:   System.Web.OData.Formatter
Assembly:  System.Web.OData (in System.Web.OData.dll)

Inheritance Hierarchy

System.Object
  System.Net.Http.Formatting.MediaTypeMapping
    System.Web.OData.Formatter.QueryStringMediaTypeMapping

Syntax

public class QueryStringMediaTypeMapping : MediaTypeMapping
public ref class QueryStringMediaTypeMapping : MediaTypeMapping
type QueryStringMediaTypeMapping = 
    class
        inherit MediaTypeMapping
    end
Public Class QueryStringMediaTypeMapping
    Inherits MediaTypeMapping

Constructors

Name Description
System_CAPS_pubmethod QueryStringMediaTypeMapping(String, MediaTypeHeaderValue)

Initializes a new instance of the QueryStringMediaTypeMapping class.

System_CAPS_pubmethod QueryStringMediaTypeMapping(String, String)

Initializes a new instance of the QueryStringMediaTypeMapping class.

Properties

Name Description
System_CAPS_pubproperty MediaType

Gets the MediaTypeHeaderValue that is associated with HttpRequestMessage or HttpResponseMessage instances that have the given characteristics of the MediaTypeMapping. (Inherited from MediaTypeMapping.)

System_CAPS_pubproperty QueryStringParameterName

Gets the query string parameter name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryMatchMediaType(HttpRequestMessage)

Returns a value indicating whether the current QueryStringMediaTypeMapping instance can return a MediaTypeHeaderValue from request.(Overrides MediaTypeMapping.TryMatchMediaType(HttpRequestMessage).)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.OData.Formatter Namespace

Return to top