C# Class FT.Search.Helpers.UrlHelperRouteExtensions

Route parameters processing extensions
Mostra file Open project: friism/folketsting

Public Methods

Method Description
SetRouteParameter ( this helper, string key, object value ) : string

Sets/changes a single route parameter

SetRouteParameters ( this helper, object>.IDictionary parameters ) : string

Sets/changes the current route parameters

SetRouteParameters ( this helper, object parameters ) : string

Sets/changes the current route parameters

Method Details

SetRouteParameter() public static method

Sets/changes a single route parameter
public static SetRouteParameter ( this helper, string key, object value ) : string
helper this
key string Route param key
value object Route param value
return string

SetRouteParameters() public static method

Sets/changes the current route parameters
public static SetRouteParameters ( this helper, object>.IDictionary parameters ) : string
helper this
parameters object>.IDictionary Parameters to set/change
return string

SetRouteParameters() public static method

Sets/changes the current route parameters
public static SetRouteParameters ( this helper, object parameters ) : string
helper this
parameters object
return string