Method | Description | |
---|---|---|
SetRouteParameter ( this helper, string key, object value ) : string |
Sets/changes a single route parameter
|
|
SetRouteParameters ( this helper, object>.IDictionary |
Sets/changes the current route parameters
|
|
SetRouteParameters ( this helper, object parameters ) : string |
Sets/changes the current route parameters
|
public static SetRouteParameter ( this helper, string key, object value ) : string | ||
helper | this | |
key | string | Route param key |
value | object | Route param value |
return | string |
public static SetRouteParameters ( this helper, object>.IDictionary |
||
helper | this | |
parameters | object>.IDictionary | Parameters to set/change |
return | string |
public static SetRouteParameters ( this helper, object parameters ) : string | ||
helper | this | |
parameters | object | |
return | string |