System::Web::HttpUtility::HtmlDecode metod
HttpUtility::HtmlDecode(const String&) method
Avkodar HTML‑fragment.
static String System::Web::HttpUtility::HtmlDecode(const String &str)
| Parameter | Typ | Beskrivning |
|---|---|---|
| str | const String& | HTML-fragment att avkoda. |
ReturnValue
Avkodad HTML-fragment.
Se även
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF for C++
HttpUtility::HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&) method
Avkodar HTML‑fragment.
static void System::Web::HttpUtility::HtmlDecode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Parameter | Typ | Beskrivning |
|---|---|---|
| str | const String& | HTML-fragment att avkoda. |
| output | const SharedPtr<IO::TextWriter>& | Ett TextWriter-objekt för utdata. |
Se även
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF for C++