Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the logic for selecting an action method.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public interface IHttpActionSelector
public interface class IHttpActionSelector
type IHttpActionSelector = interface end
Public Interface IHttpActionSelector
Methods
Name | Description | |
---|---|---|
![]() |
GetActionMapping(HttpControllerDescriptor) | Returns a map, keyed by action string, of all HttpActionDescriptor that the selector can select. This is primarily called by IApiExplorer to discover all the possible actions in the controller. |
![]() |
SelectAction(HttpControllerContext) | Selects the action for the controller. |
See Also
System.Web.Http.Controllers Namespace
Return to top