C# 클래스 CkanDotNet.Web.Models.RouteHelper

파일 보기 프로젝트 열기: opencolorado/.NET-Wrapper-for-CKAN-API

공개 메소드들

메소드 설명
RouteFromParameters ( RouteValueDictionary routeValues ) : RouteValueDictionary

Builds a route value dictionary from existing route values and appends querystring values as parameters.

RouteFromParameters ( System.Web.Mvc.ViewContext context ) : RouteValueDictionary

Builds a route value dictionary from existing route values and appends querystring values as parameters.

UpdateRoute ( RouteValueDictionary routeValues, string parameter, string value ) : RouteValueDictionary

Updates a single parameter in a route value dictionary while leaving other route values the same

메소드 상세

RouteFromParameters() 공개 정적인 메소드

Builds a route value dictionary from existing route values and appends querystring values as parameters.
public static RouteFromParameters ( RouteValueDictionary routeValues ) : RouteValueDictionary
routeValues RouteValueDictionary
리턴 RouteValueDictionary

RouteFromParameters() 공개 정적인 메소드

Builds a route value dictionary from existing route values and appends querystring values as parameters.
public static RouteFromParameters ( System.Web.Mvc.ViewContext context ) : RouteValueDictionary
context System.Web.Mvc.ViewContext
리턴 RouteValueDictionary

UpdateRoute() 공개 정적인 메소드

Updates a single parameter in a route value dictionary while leaving other route values the same
public static UpdateRoute ( RouteValueDictionary routeValues, string parameter, string value ) : RouteValueDictionary
routeValues RouteValueDictionary
parameter string
value string
리턴 RouteValueDictionary