Share via


HttpActionDescriptor Constructor

 

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

Overload List

Name Description
System_CAPS_protmethod HttpActionDescriptor()

Initializes a new instance of the HttpActionDescriptor class.

System_CAPS_protmethod HttpActionDescriptor(HttpControllerDescriptor)

Initializes a new instance of the HttpActionDescriptor class with specified information that describes the controller of the action..

See Also

HttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top

HttpActionDescriptor Constructor ()

Initializes a new instance of the HttpActionDescriptor class.

Syntax

protected HttpActionDescriptor()
protected:
HttpActionDescriptor()
new : unit -> HttpActionDescriptor
Protected Sub New

Return to top

HttpActionDescriptor Constructor (HttpControllerDescriptor)

Initializes a new instance of the HttpActionDescriptor class with specified information that describes the controller of the action..

Syntax

protected HttpActionDescriptor(
    HttpControllerDescriptor controllerDescriptor
)
protected:
HttpActionDescriptor(
    HttpControllerDescriptor^ controllerDescriptor
)
new : 
        controllerDescriptor:HttpControllerDescriptor -> HttpActionDescriptor
Protected Sub New (
    controllerDescriptor As HttpControllerDescriptor
)

Parameters

Return to top