MetadataRoutingConvention Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An implementation of IODataRoutingConvention that handles OData metadata requests.
public class MetadataRoutingConvention : Microsoft.AspNet.OData.Routing.Conventions.IODataRoutingConvention
type MetadataRoutingConvention = class
interface IODataRoutingConvention
Public Class MetadataRoutingConvention
Implements IODataRoutingConvention
- Inheritance
-
MetadataRoutingConvention
- Implements
Constructors
MetadataRoutingConvention() |
Methods
SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>) |
Selects the action for OData requests. |
SelectAction(RouteContext) |
Selects the controller and action for OData requests. |
SelectController(ODataPath, HttpRequestMessage) |
Selects the controller for OData requests. |