C# Class EdjCase.JsonRpc.Router.RpcRouteAttribute

Attribute to decorate a derived RpcController class
Inheritance: System.Attribute
Afficher le fichier Open project: edjCase/JsonRpc

Méthodes publiques

Méthode Description
RpcRouteAttribute ( string routeName = null ) : System

Method Details

RpcRouteAttribute() public méthode

public RpcRouteAttribute ( string routeName = null ) : System
routeName string (Optional) Name of the route to be used in the router. If unspecified, will use controller name.
Résultat System