Share via


UriPathExtensionMapping Class

 

Provides MediaTypeHeaderValues from path extensions appearing in a Uri.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Web.Http (in System.Web.Http.dll)

Inheritance Hierarchy

System.Object
  System.Net.Http.Formatting.MediaTypeMapping
    System.Net.Http.Formatting.UriPathExtensionMapping

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod UriPathExtensionMapping(String, MediaTypeHeaderValue)

Initializes a new instance of the UriPathExtensionMapping class.

System_CAPS_pubmethod UriPathExtensionMapping(String, String)

Initializes a new instance of the UriPathExtensionMapping 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 UriPathExtension

Gets the Uri path extension.

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 this UriPathExtensionMapping instance can provide a MediaTypeHeaderValue for the Uri of request. (Overrides MediaTypeMapping.TryMatchMediaType(HttpRequestMessage).)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static UriPathExtensionKey

The Uri path extension key.

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.Net.Http.Formatting Namespace

Return to top