Метод | Описание | |
---|---|---|
MapRouteSeo ( this routes, string name, string url ) : |
Maps the specified URL route using a lowercase URL. Does not change casing in the querystring, if any.
|
|
MapRouteSeo ( this routes, string name, string url, object defaults ) : |
Maps the specified URL route using a lowercase URL and sets default route values. Does not change casing in the querystring, if any.
|
|
MapRouteSeo ( this routes, string name, string url, object defaults, object constraints ) : |
Maps the specified URL route using a lowercase URL and sets default route values and constraints. Does not change casing in the querystring, if any.
|
|
MapRouteSeo ( this routes, string name, string url, object defaults, object constraints, string namespaces ) : |
Maps the specified URL route and sets default route values, constraints, and namespaces. Does not change casing in the querystring, if any.
|
|
MapRouteSeo ( this routes, string name, string url, object defaults, string namespaces ) : |
Maps the specified URL route using a lowercase URL and sets default route values and namespaces. Does not change casing in the querystring, if any.
|
|
MapRouteSeo ( this routes, string name, string url, string namespaces ) : |
Maps the specified URL route using a lowercase URL and sets the namespaces. Does not change casing in the querystring, if any.
|
public static MapRouteSeo ( this routes, string name, string url ) : |
||
routes | this | A collection of routes for the application. |
name | string | The name of the route to map. |
url | string | The URL pattern for the route. |
Результат |
public static MapRouteSeo ( this routes, string name, string url, object defaults ) : |
||
routes | this | A collection of routes for the application. |
name | string | The name of the route to map. |
url | string | The URL pattern for the route. |
defaults | object | An object that contains default route values. |
Результат |
public static MapRouteSeo ( this routes, string name, string url, object defaults, object constraints ) : |
||
routes | this | A collection of routes for the application. |
name | string | The name of the route to map. |
url | string | The URL pattern for the route. |
defaults | object | An object that contains default route values. |
constraints | object | A set of expressions that specify valid values for a URL parameter. |
Результат |
public static MapRouteSeo ( this routes, string name, string url, object defaults, object constraints, string namespaces ) : |
||
routes | this | A collection of routes for the application. |
name | string | The name of the route to map. |
url | string | The URL pattern for the route. |
defaults | object | An object that contains default route values. |
constraints | object | A set of expressions that specify valid values for a URL parameter. |
namespaces | string | A set of namespaces for the application. |
Результат |
public static MapRouteSeo ( this routes, string name, string url, object defaults, string namespaces ) : |
||
routes | this | A collection of routes for the application. |
name | string | The name of the route to map. |
url | string | The URL pattern for the route. |
defaults | object | An object that contains default route values. |
namespaces | string | A set of namespaces for the application. |
Результат |
public static MapRouteSeo ( this routes, string name, string url, string namespaces ) : |
||
routes | this | A collection of routes for the application. |
name | string | The name of the route to map. |
url | string | The URL pattern for the route. |
namespaces | string | A set of namespaces for the application. |
Результат |