System::Web::HttpUtility::HtmlDecode-methode
HttpUtility::HtmlDecode(const String&) method
Decodeert HTML‑fragment.
static String System::Web::HttpUtility::HtmlDecode(const String &str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | HTML-fragment om te decoderen. |
ReturnValue
Gedecodeerd HTML-fragment.
Zie ook
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&) method
Decodeert HTML‑fragment.
static void System::Web::HttpUtility::HtmlDecode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | HTML-fragment om te decoderen. |
| uitvoer | const SharedPtr<IO::TextWriter>& | Een TextWriter-object voor uitvoer. |
Zie ook
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++