Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Subtext
Framework
UrlManager
HttpHandler
C# Class Subtext.Framework.UrlManager.HttpHandler
Class used to match URLS to the controls that render the URL.
Exibir arquivo
Open project: ayende/Subtext
Class Usage Examples
Private Properties
Property
Type
Description
Public Methods
Method
Description
Instance
( ) :
object
IsMatch
(
string
url
) :
bool
Returns true if the regex matches the specified URL.
Method Details
Instance()
public
method
public
Instance
( ) :
object
return
object
IsMatch()
public
method
Returns true if the regex matches the specified URL.
public
IsMatch
(
string
url
) :
bool
url
string
URL.
return
bool