System::Web::HttpUtility::HtmlDecode‑metod

HttpUtility::HtmlDecode(const String&) method

Avkodar HTML‑fragment.

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

ReturnValue

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

Se även