Class EditorConnectRouteAttribute
Attribute is used to mark a method as a route for the editor ConnectServer.
New assemblies can be registered wia ConnectRouter.RegisterAssembly.
[AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
public class EditorConnectRouteAttribute : Attribute
- Inheritance
-
EditorConnectRouteAttribute
Constructors
EditorConnectRouteAttribute(string)
public EditorConnectRouteAttribute(string path)
Parameters
path
string
Fields
Path
public string Path