C# Class EdjCase.JsonRpc.Router.RpcRouteAttribute

Attribute to decorate a derived RpcController class
Inheritance: System.Attribute
ファイルを表示 Open project: edjCase/JsonRpc

Public Methods

Method Description
RpcRouteAttribute ( string routeName = null ) : System

Method Details

RpcRouteAttribute() public method

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.
return System