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
Public method ApiControllerActionSelector Initializes a new instance of the ApiControllerActionSelector class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetActionMapping Gets the action mappings for the ApiControllerActionSelector.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SelectAction Selects an action for the ApiControllerActionSelector.
Public method 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.

See Also

Reference

System.Web.Http.Controllers Namespace