System::Web::HttpUtility::UrlEncode Methode
Inhalt
[
Ausblenden
]HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&) method
Kodiert URI-Fragment.
static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | const System::ArrayPtr<uint8_t>& | URI-Fragment zu kodieren. |
ReturnValue
Kodiertes URI-Fragment.
Siehe auch
- Class String
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Kodiert URI-Fragment.
static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Bytes | const System::ArrayPtr<uint8_t>& | URI-Fragment zu kodieren. |
| Offset | int32_t | Versatz im angegebenen Byte-Array. |
| count | int32_t | Anzahl der zu lesenden Bytes. |
ReturnValue
Kodiertes URI-Fragment.
Siehe auch
- Class String
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncode(String) method
Kodiert URI-Fragment.
static String System::Web::HttpUtility::UrlEncode(String str)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | String | URI-Fragment zu kodieren. |
ReturnValue
Kodiertes URI-Fragment.
Siehe auch
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncode(String, const System::SharedPtr<Text::Encoding>&) method
Kodiert URI-Fragment.
static String System::Web::HttpUtility::UrlEncode(String str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | String | URI-Fragment zu kodieren. |
| e | const System::SharedPtr<Text::Encoding>& | Kodierung zu verwenden. |
ReturnValue
Kodiertes URI-Fragment.
Siehe auch
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++