System::Web::HttpUtility::UrlEncodeToBytes metodo
Contenuti
[
Nascondere
]HttpUtility::UrlEncodeToBytes(const String&) method
Codifica il frammento URI.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Frammento URI da codificare. |
ReturnValue
Frammento URI codificato.
Vedi anche
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Codifica il frammento URI.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Frammento URI da codificare. |
| e | const System::SharedPtr<Text::Encoding>& | Codifica da utilizzare. |
ReturnValue
Frammento URI codificato.
Vedi anche
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&) method
Codifica il frammento URI.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parametro | Tipo | Descrizione |
|---|---|---|
| byte | const System::ArrayPtr<uint8_t>& | Frammento URI da codificare. |
ReturnValue
Frammento URI codificato.
Vedi anche
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Codifica il frammento URI.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parametro | Tipo | Descrizione |
|---|---|---|
| byte | const System::ArrayPtr<uint8_t>& | Frammento URI da codificare. |
| offset | int32_t | Offset nell’array di byte fornito. |
| count | int32_t | Numero di byte da leggere. |
ReturnValue
Frammento URI codificato.
Vedi anche
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++