Метод | Описание | |
---|---|---|
DictToQuerystring ( string>.IDictionary |
Dicts to querystring.
|
|
Images ( this urlHelper, string fileName ) : string |
Imageses the specified URL helper.
|
|
ParseQueryString ( string s ) : string>.IDictionary |
Parses a query string. If duplicates are present, the last key/value is kept.
|
|
RemoveParameters ( this helper ) : string |
Removes the parameters.
|
|
RemoveParametersUrl ( this helper, string url ) : string |
Removes parameters from an url's query string
|
|
Scripts ( this urlHelper, string fileName ) : string |
Helper method to return a formatted javascript url
|
|
SetParameter ( this helper, string key, object value ) : string |
Sets/changes a single parameter from the current query string.
|
|
SetParameter ( this helper, string url, string key, string value ) : string |
Sets/changes an url's query string parameter.
|
|
SetParameters ( this helper, object parameterDictionary ) : string |
Sets/changes the current query string's parameters, using parameterDictionary as dictionary
|
|
SetParameters ( this helper, string url, object>.IDictionary |
Sets/changes an url's query string parameters.
|
|
Stylesheet ( this urlHelper, string fileName ) : string |
Helper method to return a formatted stylesheet url
|
|
ToNullOrString ( object o ) : string |
Toes the null or string.
|
|
ToPropertyDictionary ( object o ) : object>.IDictionary |
Builds a dictionary from the object's properties
|
public static DictToQuerystring ( string>.IDictionary |
||
qs | string>.IDictionary | The querystring dictionary. |
Результат | string |
public static Images ( this urlHelper, string fileName ) : string | ||
urlHelper | this | /// The URL helper. /// |
fileName | string | /// Name of the file. /// |
Результат | string |
public static ParseQueryString ( string s ) : string>.IDictionary |
||
s | string | The querystring to parse. |
Результат | string>.IDictionary |
public static RemoveParameters ( this helper ) : string | ||
helper | this | The helper. |
Результат | string |
public static RemoveParametersUrl ( this helper, string url ) : string | ||
helper | this | The helper. |
url | string | URL to process |
Результат | string |
public static Scripts ( this urlHelper, string fileName ) : string | ||
urlHelper | this | /// The url helper. /// |
fileName | string | /// The file name. /// |
Результат | string |
public static SetParameter ( this helper, string key, object value ) : string | ||
helper | this | The helper. |
key | string | Parameter key |
value | object | Parameter value |
Результат | string |
public static SetParameter ( this helper, string url, string key, string value ) : string | ||
helper | this | The helper. |
url | string | URL to process |
key | string | Query string parameter key to set/change |
value | string | Query string parameter value |
Результат | string |
public static SetParameters ( this helper, object parameterDictionary ) : string | ||
helper | this | The helper. |
parameterDictionary | object | Parameters to set/change |
Результат | string |
public static SetParameters ( this helper, string url, object>.IDictionary |
||
helper | this | The helper. |
url | string | URL to process |
parameters | object>.IDictionary | Paramteres to set/change |
Результат | string |
public static Stylesheet ( this urlHelper, string fileName ) : string | ||
urlHelper | this | /// The url helper. /// |
fileName | string | /// The file name. /// |
Результат | string |
public static ToNullOrString ( object o ) : string | ||
o | object | The object. |
Результат | string |
public static ToPropertyDictionary ( object o ) : object>.IDictionary |
||
o | object | The object. |
Результат | object>.IDictionary |