Method | Description | |
---|---|---|
RoutingRule ( string pattern, string replace ) : System |
Initializes a new instance of the RoutingRule class.
|
public RoutingRule ( string pattern, string replace ) : System | ||
pattern | string | The regular expression pattern. |
replace | string | The replace. |
return | System |