System::Web::HttpUtility::UrlEncodeToBytes 메서드
내용물
[
숨다
]HttpUtility::UrlEncodeToBytes(const String&) method
URI 조각을 인코딩합니다.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| str | const String& | 인코딩할 URI 조각. |
ReturnValue
인코딩된 URI 조각.
또 보기
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
URI 조각을 인코딩합니다.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| str | const String& | 인코딩할 URI 조각. |
| e | const System::SharedPtr<Text::Encoding>& | 사용할 인코딩. |
ReturnValue
인코딩된 URI 조각.
또 보기
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&) method
URI 조각을 인코딩합니다.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 바이트 | const System::ArrayPtr<uint8_t>& | 인코딩할 URI 조각. |
ReturnValue
인코딩된 URI 조각.
또 보기
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
URI 조각을 인코딩합니다.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 바이트 | const System::ArrayPtr<uint8_t>& | 인코딩할 URI 조각. |
| offset | int32_t | 주어진 바이트 배열의 오프셋. |
| count | int32_t | 읽을 바이트 수. |
ReturnValue
인코딩된 URI 조각.
또 보기
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++