Parsers
Parsers allow you to extend the UrlRewriter.NET component by creating your own custom actions and conditions.
- register parser (action)
- Action parsers are used to recognise custom actions and return the Action objects.
- register parser (condition)
- Condition parsers are used to recognise custom conditions and return the Condition objects.


