Property | Type | Description | |
---|---|---|---|
Method | string | ||
Path | string | ||
UrlPattern | string | ||
rx |
Method | Description | |
---|---|---|
IsMatch ( string url ) : bool |
Determines whether the specified URL is match.
|
|
UrlMapItem ( string pattern, string method, string path = null ) : System |
Initializes a new instance of the UrlMapItem class.
|
public UrlMapItem ( string pattern, string method, string path = null ) : System | ||
pattern | string | The pattern. |
method | string | The method. |
path | string | The folder path (used only when mapping to a static content folder) |
return | System |