System::Net::WebClient::DownloadString method
WebClient::DownloadString(const SharedPtr<Uri>&) const method
지정된 리소스를 문자열로 다운로드합니다.
String System::Net::WebClient::DownloadString(const SharedPtr<Uri> &address) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 주소 | const SharedPtr<Uri>& | 리소스의 URI. |
ReturnValue
요청된 리소스를 포함하는 문자열.
또 보기
- Class String
- Typedef SharedPtr
- Class Uri
- Class WebClient
- Namespace System::Net
- Library Aspose.Page for C++
WebClient::DownloadString(const String&) const method
지정된 리소스를 문자열로 다운로드합니다.
String System::Net::WebClient::DownloadString(const String &address) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 주소 | const String& | 리소스의 URI. |
ReturnValue
요청된 리소스를 포함하는 문자열.
또 보기
- Class String
- Class WebClient
- Namespace System::Net
- Library Aspose.Page for C++