System::Net::WebClient::DownloadString 方法

WebClient::DownloadString(const SharedPtr<Uri>&) const method

将指定资源下载为字符串。

String System::Net::WebClient::DownloadString(const SharedPtr<Uri> &address) const
ParameterType描述
地址const SharedPtr<Uri>&资源的 URI。

ReturnValue

包含请求资源的字符串。

另见

WebClient::DownloadString(const String&) const method

将指定资源下载为字符串。

String System::Net::WebClient::DownloadString(const String &address) const
ParameterType描述
地址const String&资源的 URI。

ReturnValue

包含请求资源的字符串。

另见