Configures parser to be called when an reading in the rewriting rules. A 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 action verb is recognised. This class must implement the IRewriteActionParser interface.

Remarks

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

Examples

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

See Also