System::Web::HttpUtility::HtmlDecode metod

HttpUtility::HtmlDecode(const String&) method

Avkodar HTML‑fragment.

static String System::Web::HttpUtility::HtmlDecode(const String &str)
ParameterTypBeskrivning
strconst String&HTML-fragment att avkoda.

ReturnValue

Avkodad HTML-fragment.

Se även

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)
ParameterTypBeskrivning
strconst String&HTML-fragment att avkoda.
outputconst SharedPtr<IO::TextWriter>&Ett TextWriter-objekt för utdata.

Se även