System::Web::HttpUtility::UrlEncodeToBytes metod
Innehåll
[
Dölj
]HttpUtility::UrlEncodeToBytes(const String&) method
Kodar URI‑fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | URI-fragment att koda. |
ReturnValue
Kodat URI-fragment.
Se även
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Kodar URI‑fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | URI-fragment att koda. |
| e | const System::SharedPtr<Text::Encoding>& | Kodning att använda. |
ReturnValue
Kodat URI-fragment.
Se även
- 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
Kodar URI‑fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | URI-fragment att koda. |
ReturnValue
Kodat URI-fragment.
Se även
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Kodar URI‑fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parameter | Type | Beskrivning |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | URI-fragment att koda. |
| offset | int32_t | Offset i den angivna byte-arrayen. |
| count | int32_t | Antal byte att läsa från. |
ReturnValue
Kodat URI-fragment.
Se även
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++