The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpActionDescriptor::ControllerDescriptor Property
Gets the information that describes the controller of the action.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: property HttpControllerDescriptor^ ControllerDescriptor { HttpControllerDescriptor^ get(); void set(HttpControllerDescriptor^ value); }
Property Value
Type: System.Web.Http.Controllers::HttpControllerDescriptor^The information that describes the controller of the action.
Show: