Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Subtext
Framework
UrlManager
HttpHandler
C# Class Subtext.Framework.UrlManager.HttpHandler
Class used to match URLS to the controls that render the URL.
ファイルを表示
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