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