IRequest.GetPostString method

获取JSON方式提交的Body中的指定键的值。

  1. public string GetPostString(string name)
parameter description
name Body中包含的键。

Return Value

如果Body中包含指定的键,则返回对应的值;否则返回 null。

See Also