ApiControllerActionSelector Class

 

Represents a reflection based action selector.

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

Inheritance Hierarchy

System.Object
  System.Web.Http.Controllers.ApiControllerActionSelector

Syntax

public class ApiControllerActionSelector : IHttpActionSelector
public ref class ApiControllerActionSelector : IHttpActionSelector
type ApiControllerActionSelector = 
    class
        interface IHttpActionSelector
    end
Public Class ApiControllerActionSelector
    Implements IHttpActionSelector

Constructors

Name Description
System_CAPS_pubmethod ApiControllerActionSelector()

Initializes a new instance of the ApiControllerActionSelector class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetActionMapping(HttpControllerDescriptor)

Gets the action mappings for the ApiControllerActionSelector.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SelectAction(HttpControllerContext)

Selects an action for the ApiControllerActionSelector.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Web.Http.Controllers Namespace

Return to top