Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Class that provides MediaTypeHeaderValues from query strings.
Inheritance Hierarchy
System.Object
System.Net.Http.Formatting.MediaTypeMapping
System.Net.Http.Formatting.QueryStringMapping
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Class QueryStringMapping _
Inherits MediaTypeMapping
'Usage
Dim instance As QueryStringMapping
public class QueryStringMapping : MediaTypeMapping
public ref class QueryStringMapping : public MediaTypeMapping
type QueryStringMapping =
class
inherit MediaTypeMapping
end
public class QueryStringMapping extends MediaTypeMapping
The QueryStringMapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
QueryStringMapping(String, String, MediaTypeHeaderValue) | Initializes a new instance of the QueryStringMapping class. |
![]() |
QueryStringMapping(String, String, String) | Initializes a new instance of the QueryStringMapping class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
MediaType | Gets the MediaTypeHeaderValue that is associated with HttpRequestMessage or HttpResponseMessage instances that have the given characteristics of the MediaTypeMapping. (Inherited from MediaTypeMapping.) |
![]() |
QueryStringParameterName | Gets the query string parameter name. |
![]() |
QueryStringParameterValue | Gets the query string parameter value. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryMatchMediaType | Returns a value indicating whether the current QueryStringMapping instance can return a MediaTypeHeaderValue from request. (Overrides MediaTypeMapping.TryMatchMediaType(HttpRequestMessage).) |
Top
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.