ControllerNameAttribute Class

HttpServer.dll

This attribute can be used to map a controller to a specific url without using the class name.

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

Syntax

C#
public class ControllerNameAttribute : Attribute
Visual Basic (Declaration)
Public Class ControllerNameAttribute _
	Inherits Attribute
Visual C++
public ref class ControllerNameAttribute : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    HttpServer.Controllers..::.ControllerNameAttribute

See Also