ControllerName Property

HttpServer.dll

Name of this controller (class name without the "Controller" part)

Namespace:  HttpServer.Controllers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ControllerName { get; }
Visual Basic (Declaration)
Public ReadOnly Property ControllerName As String
Visual C++
public:
property String^ ControllerName {
	String^ get ();
}

See Also