C# Класс Subtext.Framework.UrlManager.HttpHandler

Class used to match URLS to the controls that render the URL.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Instance ( ) : object
IsMatch ( string url ) : bool

Returns true if the regex matches the specified URL.

Описание методов

Instance() публичный Метод

public Instance ( ) : object
Результат object

IsMatch() публичный Метод

Returns true if the regex matches the specified URL.
public IsMatch ( string url ) : bool
url string URL.
Результат bool