HttpControllerDescriptor.ControllerType Property

 

Gets or sets the type of the controller.

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

Syntax

public Type ControllerType { get; set; }
public:
property Type^ ControllerType {
    Type^ get();
    void set(Type^ value);
}
member ControllerType : Type with get, set
Public Property ControllerType As Type

Property Value

Type: System.Type

The type of the controller.

See Also

HttpControllerDescriptor Class
System.Web.Http.Controllers Namespace

Return to top