Method QueryParam
QueryParam(String)
Returns the requested query parameter or null if not present. Throws an exception if the same parameter is provided multiple times.
Declaration
public 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 |