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