C# 클래스 UCosmic.Www.Mvc.Controllers.RequiredIfPresentRouteConstraint

상속: IRouteConstraint
파일 보기 프로젝트 열기: ucosmic/UCosmicPreview

공개 메소드들

메소드 설명
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool

메소드 상세

Match() 공개 메소드

public Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
httpContext System.Web.HttpContextBase
route System.Web.Routing.Route
parameterName string
values RouteValueDictionary
routeDirection RouteDirection
리턴 bool