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
| Parameter | Type | Beschrijving |
|---|---|---|
| adres | const SharedPtr\<Uri\>\& | De URI van de bron. |
ReturnValue
De string die de aangevraagde bron bevat.
Zie ook
- Class String
- Typedef SharedPtr
- Class Uri
- Class WebClient
- Namespace System::Net
- Library Aspose.Page for C++
WebClient::DownloadString(const String&) const method
Downloadt de opgegeven bron als een string.
String System::Net::WebClient::DownloadString(const String &address) const
| Parameter | Type | Beschrijving |
|---|---|---|
| adres | const String& | De URI van de bron. |
ReturnValue
De string die de aangevraagde bron bevat.
Zie ook
- Class String
- Class WebClient
- Namespace System::Net
- Library Aspose.Page for C++