ApiControllerActionSelector Class
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 | |
---|---|---|
ApiControllerActionSelector | Initializes a new instance of the ApiControllerActionSelector class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetActionMapping | Gets the action mappings for the ApiControllerActionSelector. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SelectAction | Selects an action for the ApiControllerActionSelector. | |
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.