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