System::Net::WebClient::DownloadString method

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

Downloadt de opgegeven bron als een string.

String System::Net::WebClient::DownloadString(const SharedPtr<Uri> &address) const
ParameterTypeBeschrijving
adresconst SharedPtr\<Uri\>\&De URI van de bron.

ReturnValue

De string die de aangevraagde bron bevat.

Zie ook

WebClient::DownloadString(const String&) const method

Downloadt de opgegeven bron als een string.

String System::Net::WebClient::DownloadString(const String &address) const
ParameterTypeBeschrijving
adresconst String&De URI van de bron.

ReturnValue

De string die de aangevraagde bron bevat.

Zie ook