System::Web::HttpUtility::HtmlDecode metodo
HttpUtility::HtmlDecode(const String&) method
Decodifica frammento Html.
static String System::Web::HttpUtility::HtmlDecode(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Frammento HTML da decodificare. |
ReturnValue
Frammento HTML decodificato.
Vedi anche
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&) method
Decodifica frammento Html.
static void System::Web::HttpUtility::HtmlDecode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Frammento HTML da decodificare. |
| 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++