Method SetSyntaxParser
SetSyntaxParser(ISyntaxParser)
Sets the text parser that will be used to parse the query string, it cannot
be null
.
Declaration
public virtual void SetSyntaxParser(ISyntaxParser syntaxParser)
Parameters
Type | Name | Description |
---|---|---|
ISyntaxParser | syntaxParser | the text parser that will be used to parse the query string |