C# Class Rebel.Cms.Web.RouteMatchExtensions

Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
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.

Method Details

ContainsExclusion() public static method

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.
return bool

ContainsInclusion() public static method

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.
return bool