Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Subtext
Framework
UrlManager
HttpHandler
C# Class Subtext.Framework.UrlManager.HttpHandler
Class used to match URLS to the controls that render the URL.
Afficher le fichier
Open project: ayende/Subtext
Class Usage Examples
Private Properties
Свойство
Type
Description
Méthodes publiques
Méthode
Description
Instance
( ) :
object
IsMatch
(
string
url
) :
bool
Returns true if the regex matches the specified URL.
Method Details
Instance()
public
méthode
public
Instance
( ) :
object
Résultat
object
IsMatch()
public
méthode
Returns true if the regex matches the specified URL.
public
IsMatch
(
string
url
) :
bool
url
string
URL.
Résultat
bool