메소드 | 설명 | |
---|---|---|
MapRoute ( this routes, string name, string url ) : void |
Maps a route as a LowerCaseRoute.
|
|
MapRoute ( this routes, string name, string url, object>.IDictionary |
Maps a route as a LowerCaseRoute.
|
|
MapRoute ( this routes, string name, string url, object defaults ) : void |
Maps a route as a LowerCaseRoute.
|
|
MapRouteLowercase ( this routes, string name, string url ) : void |
Maps a route, ensuring characters are registered in lower case.
|
|
MapRouteLowercase ( this routes, string name, string url, object>.IDictionary |
Maps a route, ensuring characters are registered in lower case.
|
|
MapRouteLowercase ( this routes, string name, string url, object>.IDictionary |
Maps a route, ensuring characters are registered in lower case.
|
|
MapRouteLowercase ( this routes, string name, string url, object>.IDictionary |
Maps a route, ensuring characters are registered in lower case.
|
|
MapRouteLowercase ( this routes, string name, string url, object>.IDictionary |
Maps a route, ensuring characters are registered in lower case.
|
|
MapRouteLowercase ( this routes, string name, string url, string namespaces ) : void |
Maps a route, ensuring characters are registered in lower case.
|
public static MapRoute ( this routes, string name, string url ) : void | ||
routes | this | The target |
name | string | The name of the route. |
url | string | The route URL pattern. |
리턴 | void |
public static MapRoute ( this routes, string name, string url, object>.IDictionary |
||
routes | this | The target |
name | string | The name of the route. |
url | string | The route URL pattern. |
defaults | object>.IDictionary | The route default values. |
constraints | object>.IDictionary | The route parameter constraints. |
리턴 | void |
public static MapRoute ( this routes, string name, string url, object defaults ) : void | ||
routes | this | The target |
name | string | The name of the route. |
url | string | The route URL pattern. |
defaults | object | The route default values. |
리턴 | void |
public static MapRouteLowercase ( this routes, string name, string url ) : void | ||
routes | this | The target |
name | string | The name of the route. |
url | string | The route URL pattern. |
리턴 | void |
public static MapRouteLowercase ( this routes, string name, string url, object>.IDictionary |
||
routes | this | The target |
name | string | The name of the route. |
url | string | The route URL pattern. |
defaults | object>.IDictionary | The route default values. |
리턴 | void |
public static MapRouteLowercase ( this routes, string name, string url, object>.IDictionary |
||
routes | this | The target |
name | string | The name of the route. |
url | string | The route URL pattern. |
defaults | object>.IDictionary | The route default values. |
constraints | object>.IDictionary | The route parameter constraints. |
리턴 | void |
public static MapRouteLowercase ( this routes, string name, string url, object>.IDictionary |
||
routes | this | The target |
name | string | The name of the route. |
url | string | The route URL pattern. |
defaults | object>.IDictionary | The route default values. |
constraints | object>.IDictionary | The route parameter constraints. |
namespaces | string | The route namespaces. |
리턴 | void |
public static MapRouteLowercase ( this routes, string name, string url, object>.IDictionary |
||
routes | this | The target |
name | string | The name of the route. |
url | string | The route URL pattern. |
defaults | object>.IDictionary | The route default values. |
namespaces | string | The route namespaces. |
리턴 | void |
public static MapRouteLowercase ( this routes, string name, string url, string namespaces ) : void | ||
routes | this | The target |
name | string | The name of the route. |
url | string | The route URL pattern. |
namespaces | string | The route namespaces. |
리턴 | void |