HttpControllerDescriptor.ControllerName Property

 

Gets or sets the name of the controller.

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

Syntax

public string ControllerName { get; set; }
public:
property String^ ControllerName {
    String^ get();
    void set(String^ value);
}
member ControllerName : string with get, set
Public Property ControllerName As String

Property Value

Type: System.String

The name of the controller.

See Also

HttpControllerDescriptor Class
System.Web.Http.Controllers Namespace

Return to top