Method QueryParam
QueryParam(String)
Returns the requested query parameter or null if not present.
Declaration
string QueryParam(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the requested parameter |
Returns
Type | Description |
---|---|
System.String | the value of the requested parameter or null if not present |
Remarks
May though execeptions if the same parameter is provided multiple times, consult the documentation for the specific implementation.