Méthode System::Web::HttpUtility::UrlEncode
Contenu
[
Cacher
]HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&) method
Encode le fragment URI.
static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes)
| Paramètre | Type | Description |
|---|---|---|
| octets | const System::ArrayPtr<uint8_t>& | Fragment URI à encoder. |
ReturnValue
Fragment URI encodé.
Voir aussi
- 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
Encode le fragment URI.
static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Paramètre | Type | Description |
|---|---|---|
| octets | const System::ArrayPtr<uint8_t>& | Fragment URI à encoder. |
| décalage | int32_t | Décalage dans le tableau d’octets fourni. |
| count | int32_t | Nombre d’octets à lire. |
ReturnValue
Fragment URI encodé.
Voir aussi
- Class String
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncode(String) method
Encode le fragment URI.
static String System::Web::HttpUtility::UrlEncode(String str)
| Paramètre | Type | Description |
|---|---|---|
| str | String | Fragment URI à encoder. |
ReturnValue
Fragment URI encodé.
Voir aussi
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncode(String, const System::SharedPtr<Text::Encoding>&) method
Encode le fragment URI.
static String System::Web::HttpUtility::UrlEncode(String str, const System::SharedPtr<Text::Encoding> &e)
| Paramètre | Type | Description |
|---|---|---|
| str | String | Fragment URI à encoder. |
| e | const System::SharedPtr<Text::Encoding>& | Encodage à utiliser. |
ReturnValue
Fragment URI encodé.
Voir aussi
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++