Namespace:   System.Web.OData.Routing.Conventions
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public override string SelectAction(
    ODataPath odataPath,
    HttpControllerContext controllerContext,
    ILookup<string, HttpActionDescriptor> actionMap
)
public:
virtual String^ SelectAction(
    ODataPath^ odataPath,
    HttpControllerContext^ controllerContext,
    ILookup<String^, HttpActionDescriptor^>^ actionMap
) override
override SelectAction : 
        odataPath:ODataPath *
        controllerContext:HttpControllerContext *
        actionMap:ILookup<string, HttpActionDescriptor> -> string
Public Overrides Function SelectAction (
    odataPath As ODataPath,
    controllerContext As HttpControllerContext,
    actionMap As ILookup(Of String, HttpActionDescriptor)
) As String
Parameters
- odataPath
 Type: System.Web.OData.Routing.ODataPath
- controllerContext
 Type: System.Web.Http.Controllers.HttpControllerContext
- actionMap
 Type: System.Linq.ILookup<String, HttpActionDescriptor>
Return Value
Type: System.String
Implements
See Also
DynamicPropertyRoutingConvention Class
System.Web.OData.Routing.Conventions Namespace
Return to top