C# 클래스 System.Web.Mvc.UriExtensions

The UriExtensions class
파일 보기 프로젝트 열기: adaptabi/i18N-Complete

공개 메소드들

메소드 설명
GetRouteParameterValue ( this uri, string paramaterName ) : string

IsRouteMatch ( this uri, string controllerName, string actionName ) : bool

메소드 상세

GetRouteParameterValue() 공개 정적인 메소드

public static GetRouteParameterValue ( this uri, string paramaterName ) : string
uri this
paramaterName string
리턴 string

IsRouteMatch() 공개 정적인 메소드

public static IsRouteMatch ( this uri, string controllerName, string actionName ) : bool
uri this
controllerName string
actionName string
리턴 bool