IRequest.GetQueryString method

获取访问地址中的指定查询字符串。

  1. public string GetQueryString(string name)
parameter description
name 查询字符串名称。

Return Value

如果包含指定的查询字符串,则返回对应的值;否则返回 null。

See Also