C# Класс Rebel.Cms.Web.RouteMatchExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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