System::Web::HttpUtility::UrlEncode-methode
inhoud
[
verbergen
]HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&) method
Codeert URI‑fragment.
static String System::Web::HttpUtility::UrlEncode(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
- 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
Codeert URI‑fragment.
static String System::Web::HttpUtility::UrlEncode(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
- Class String
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncode(String) method
Codeert URI‑fragment.
static String System::Web::HttpUtility::UrlEncode(String str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | String | URI-fragment om te coderen. |
ReturnValue
Gecodeerd URI-fragment.
Zie ook
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncode(String, const System::SharedPtr<Text::Encoding>&) method
Codeert URI‑fragment.
static String System::Web::HttpUtility::UrlEncode(String str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | String | URI-fragment om te coderen. |
| e | const System::SharedPtr<Text::Encoding>& | Te gebruiken codering. |
ReturnValue
Gecodeerd URI-fragment.
Zie ook
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++