Represents a reflection based action selector.
Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.ApiControllerActionSelector
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class ApiControllerActionSelector _
    Implements IHttpActionSelector
'Usage
Dim instance As ApiControllerActionSelector
public class ApiControllerActionSelector : IHttpActionSelector
public ref class ApiControllerActionSelector : IHttpActionSelector
type ApiControllerActionSelector =  
    class
        interface IHttpActionSelector
    end
public class ApiControllerActionSelector implements IHttpActionSelector
The ApiControllerActionSelector type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ApiControllerActionSelector | Initializes a new instance of the ApiControllerActionSelector class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetActionMapping | Gets the action mappings for the ApiControllerActionSelector. | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | SelectAction | Selects an action for the ApiControllerActionSelector. | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.