System::Web::HttpUtility::UrlEncode metod
Innehåll
[
Dölj
]HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&) method
Kodar URI-fragment.
static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Typ | Beskrivning |
|---|---|---|
| byte | const System::ArrayPtr<uint8_t>& | URI-fragment att koda. |
ReturnValue
Kodad URI-fragment.
Se även
- Class String
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF for C++
HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Kodar URI-fragment.
static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parameter | Typ | Beskrivning |
|---|---|---|
| byte | const System::ArrayPtr<uint8_t>& | URI-fragment att koda. |
| förskjutning | int32_t | Offset i den givna bytearrayen. |
| count | int32_t | Antal byte att läsa från. |
ReturnValue
Kodad URI-fragment.
Se även
- Class String
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF for C++
HttpUtility::UrlEncode(String) method
Kodar URI-fragment.
static String System::Web::HttpUtility::UrlEncode(String str)
| Parameter | Typ | Beskrivning |
|---|---|---|
| str | String | URI-fragment att koda. |
ReturnValue
Kodad URI-fragment.
Se även
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF for C++
HttpUtility::UrlEncode(String, const System::SharedPtr<Text::Encoding>&) method
Kodar URI-fragment.
static String System::Web::HttpUtility::UrlEncode(String str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Typ | Beskrivning |
|---|---|---|
| str | String | URI-fragment att koda. |
| e | const System::SharedPtr<Text::Encoding>& | Kodning att använda. |
ReturnValue
Kodad URI-fragment.
Se även
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF for C++