C# 클래스 Rebel.Cms.Web.RouteMatchExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
ContainsExclusion ( this routeMatches, string absolutePath ) : bool

Determines whether the collection contains a matching RouteMatchElement, marked as 'exclude', for the specified absolute path.

ContainsInclusion ( this routeMatches, string absolutePath ) : bool

Determines whether the collection contains a matching RouteMatchElement, marked as 'include', for the specified absolute path.

메소드 상세

ContainsExclusion() 공개 정적인 메소드

Determines whether the collection contains a matching RouteMatchElement, marked as 'exclude', for the specified absolute path.
public static ContainsExclusion ( this routeMatches, string absolutePath ) : bool
routeMatches this
absolutePath string The absolute path.
리턴 bool

ContainsInclusion() 공개 정적인 메소드

Determines whether the collection contains a matching RouteMatchElement, marked as 'include', for the specified absolute path.
public static ContainsInclusion ( this routeMatches, string absolutePath ) : bool
routeMatches this
absolutePath string The absolute path.
리턴 bool