C# 클래스 FT.Search.Helpers.UrlHelperRouteExtensions

Route parameters processing extensions
파일 보기 프로젝트 열기: friism/folketsting

공개 메소드들

메소드 설명
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

메소드 상세

SetRouteParameter() 공개 정적인 메소드

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
리턴 string

SetRouteParameters() 공개 정적인 메소드

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

SetRouteParameters() 공개 정적인 메소드

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