IHttpActionSelector Methods

Include Protected Members
Include Inherited Members

The IHttpActionSelector type exposes the following members.

Methods

  Name Description
Public method GetActionMapping 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.
Public method SelectAction Selects the action for the controller.

Top

See Also

Reference

IHttpActionSelector Interface

System.Web.Http.Controllers Namespace