Class RouteExtensions
Inherited Members
Namespace: DotNetNuke.Web.Api
Assembly: DotNetNuke.Web.dll
Syntax
public static class RouteExtensions
Methods
GetName(IHttpRoute)
Declaration
public static string GetName(this IHttpRoute route)
Parameters
| Type | Name | Description |
|---|---|---|
| IHttpRoute | route |
Returns
| Type | Description |
|---|---|
| string |
GetName(Route)
Declaration
public static string GetName(this Route route)
Parameters
| Type | Name | Description |
|---|---|---|
| Route | route |
Returns
| Type | Description |
|---|---|
| string |