Parsers
Parsers are used to parse a tag and return a value based on the tag. You can use builtin parsers or write your own parser.
Builtin Parsers
Following is the list of builtin parsers:
Custom Parser
You can write your own parsers by implementing IParser interface.
Last updated on