méthode System::Net::WebClient::DownloadString
WebClient::DownloadString(const SharedPtr<Uri>&) const method
Télécharge la ressource spécifiée sous forme de chaîne.
String System::Net::WebClient::DownloadString(const SharedPtr<Uri> &address) const
| Paramètre | Type | Description |
|---|---|---|
| adresse | const SharedPtr<Uri>& | L’URI de la ressource. |
ReturnValue
La chaîne qui contient la ressource demandée.
Voir aussi
- Class String
- Typedef SharedPtr
- Class Uri
- Class WebClient
- Namespace System::Net
- Library Aspose.Font for C++
WebClient::DownloadString(const String&) const method
Télécharge la ressource spécifiée sous forme de chaîne.
String System::Net::WebClient::DownloadString(const String &address) const
| Paramètre | Type | Description |
|---|---|---|
| adresse | const String& | L’URI de la ressource. |
ReturnValue
La chaîne qui contient la ressource demandée.
Voir aussi
- Class String
- Class WebClient
- Namespace System::Net
- Library Aspose.Font for C++