System::Web::HttpUtility::UrlEncodeToBytes método
Contenido
[
Ocultar
]HttpUtility::UrlEncodeToBytes(const String&) method
Codifica fragmento URI.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str)
| Parámetro | Tipo | Descripción |
|---|---|---|
| str | const String& | Fragmento URI a codificar. |
ReturnValue
Fragmento URI codificado.
Ver también
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&) method
Codifica fragmento URI.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const String &str, const System::SharedPtr<Text::Encoding> &e)
| Parámetro | Tipo | Descripción |
|---|---|---|
| str | const String& | Fragmento URI a codificar. |
| e | const System::SharedPtr<Text::Encoding>& | Codificación a usar. |
ReturnValue
Fragmento URI codificado.
Ver también
- 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
Codifica fragmento URI.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Fragmento URI a codificar. |
ReturnValue
Fragmento URI codificado.
Ver también
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
Codifica fragmento URI.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeToBytes(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parámetro | Tipo | Descripción |
|---|---|---|
| bytes | const System::ArrayPtr<uint8_t>& | Fragmento URI a codificar. |
| desplazamiento | int32_t | Desplazamiento en el arreglo de bytes dado. |
| count | int32_t | Número de bytes a leer. |
ReturnValue
Fragmento URI codificado.
Ver también
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++