Configures a condition parser to be called when an reading in the rewriting rules. A condition parser class allows you to extend the UrlRewriter.NET framework.

Arguments

parser
The assembly-qualified full type name of the class to invoke when the reading rules. This class must implement the IRewriteConditionParser interface.

Remarks

The condition parsers allow you to extend the UrlRewriter.NET framework and define your own custom conditions.

Examples

<register parser="MyNamespace.Parsers.MyConditionParser,
MyAssembly” />

See Also