UnmappedRequestRoutingConvention 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 always selects the action named HandleUnmappedRequest if that action is present.
public class UnmappedRequestRoutingConvention : Microsoft.AspNet.OData.Routing.Conventions.NavigationSourceRoutingConvention
type UnmappedRequestRoutingConvention = class
inherit NavigationSourceRoutingConvention
Public Class UnmappedRequestRoutingConvention
Inherits NavigationSourceRoutingConvention
- Inheritance
Constructors
UnmappedRequestRoutingConvention() |
Methods
SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>) |
Selects the action for OData requests. |
SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>) |
Selects the action for OData requests. (Inherited from NavigationSourceRoutingConvention) |
SelectAction(RouteContext, SelectControllerResult, IEnumerable<ControllerActionDescriptor>) |
Selects the action for OData requests. |
SelectAction(RouteContext, SelectControllerResult, IEnumerable<ControllerActionDescriptor>) |
Selects the action for OData requests. (Inherited from NavigationSourceRoutingConvention) |
SelectAction(RouteContext) |
Selects the controller and action for OData requests. (Inherited from NavigationSourceRoutingConvention) |
SelectController(ODataPath, HttpRequestMessage) |
Selects the controller for OData requests. (Inherited from NavigationSourceRoutingConvention) |