System::Web::HttpUtility::HtmlDecode-methode

HttpUtility::HtmlDecode(const String&) method

Decodeert HTML‑fragment.

static String System::Web::HttpUtility::HtmlDecode(const String &str)
ParameterTypeBeschrijving
strconst String&HTML-fragment om te decoderen.

ReturnValue

Gedecodeerd HTML-fragment.

Zie ook

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)
ParameterTypeBeschrijving
strconst String&HTML-fragment om te decoderen.
uitvoerconst SharedPtr<IO::TextWriter>&Een TextWriter-object voor uitvoer.

Zie ook