MetadataRoutingConvention Class

 

An implementation of IODataRoutingConvention that handles OData metadata requests.

Namespace:   System.Web.OData.Routing.Conventions
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Routing.Conventions::MetadataRoutingConvention

public ref class MetadataRoutingConvention : IODataRoutingConvention

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSelectAction(ODataPath^, HttpControllerContext^, ILookup<String^, HttpActionDescriptor^>^)

Selects the action for OData requests.

System_CAPS_pubmethodSelectController(ODataPath^, HttpRequestMessage^)

Selects the controller for OData requests.

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: