System::Web::HttpUtility::UrlEncodeToBytes-methode
inhoud
[
verbergen
]HttpUtility::UrlEncodeToBytes(const String&) method
Codeert URI‑fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | URI-fragment om te coderen. |
ReturnValue
Gecodeerd URI-fragment.
Zie ook
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Codeert URI‑fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | URI-fragment om te coderen. |
| e | const System::SharedPtr<Text::Encoding>& | Te gebruiken codering. |
ReturnValue
Gecodeerd URI-fragment.
Zie ook
- 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
Codeert URI‑fragment.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Type | Beschrijving |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | URI-fragment om te coderen. |
ReturnValue
Gecodeerd URI-fragment.
Zie ook
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Codeert 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 | Beschrijving |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | URI-fragment om te coderen. |
| offset | int32_t | Offset in de opgegeven byte-array. |
| count | int32_t | Aantal bytes om van te lezen. |
ReturnValue
Gecodeerd URI-fragment.
Zie ook
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++