Class HubRouteAttribute
Inheritance
HubRouteAttribute
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public class HubRouteAttribute : Attribute
Constructors
HubRouteAttribute(string)
Declaration
public HubRouteAttribute(string routePattern)
Parameters
Type |
Name |
Description |
string |
routePattern |
|
Properties
RoutePattern
Declaration
public string RoutePattern { get; set; }
Property Value
Methods
GetRoutePattern(Type)
Declaration
public static string GetRoutePattern(Type hubType)
Parameters
Type |
Name |
Description |
Type |
hubType |
|
Returns
GetRoutePatternForType(Type)
Declaration
public virtual string GetRoutePatternForType(Type hubType)
Parameters
Type |
Name |
Description |
Type |
hubType |
|
Returns
GetRoutePattern<THub>()
Declaration
public static string GetRoutePattern<THub>() where THub : Hub
Returns
Type Parameters
Extension Methods