System::Web::HttpUtility::HtmlDecode‑metod
HttpUtility::HtmlDecode(const String&) method
Avkodar HTML‑fragment.
static String System::Web::HttpUtility::HtmlDecode(const String &str)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | HTML‑fragment att avkoda. |
ReturnValue
Avkodat HTML‑fragment.
Se även
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page 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 | Type | Beskrivning |
|---|---|---|
| str | const String& | HTML‑fragment att avkoda. |
| utdata | 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.Page for C++