C# 클래스 EdjCase.JsonRpc.Router.RpcRouteAttribute

Attribute to decorate a derived RpcController class
상속: System.Attribute
파일 보기 프로젝트 열기: edjCase/JsonRpc

공개 메소드들

메소드 설명
RpcRouteAttribute ( string routeName = null ) : System

메소드 상세

RpcRouteAttribute() 공개 메소드

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.
리턴 System