IHttpActionSelector Interface

 

Contains the logic for selecting an action method.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

public interface class IHttpActionSelector

NameDescription
System_CAPS_pubmethodGetActionMapping(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.

System_CAPS_pubmethodSelectAction(HttpControllerContext^)

Selects the action for the controller.

Return to top
Show: