System::Web::HttpUtility::HtmlEncode metodo
Contenuti
[
Nascondere
]HttpUtility::HtmlEncode(const SharedPtr<Object>&) method
Codifica frammento Html.
static String System::Web::HttpUtility::HtmlEncode(const SharedPtr<Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | const SharedPtr<Object>& | Frammento HTML da codificare. |
ReturnValue
Frammento HTML codificato.
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::HtmlEncode(const String&) method
Codifica frammento Html.
static String System::Web::HttpUtility::HtmlEncode(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Frammento HTML da codificare. |
ReturnValue
Frammento HTML codificato.
Vedi anche
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::HtmlEncode(const String&, const SharedPtr<IO::TextWriter>&) method
Codifica frammento Html.
static void System::Web::HttpUtility::HtmlEncode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Frammento HTML da codificare. |
| output | const SharedPtr<IO::TextWriter>& | Un oggetto TextWriter per l’output. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++