System::Web::HttpUtility::HtmlDecode method

HttpUtility::HtmlDecode(const String&) method

Decodes Html fragment.

static String System::Web::HttpUtility::HtmlDecode(const String &str)
ParameterTypeDescription
strconst String&Html fragment to decode.

ReturnValue

Decoded Html fragment.

See Also

HttpUtility::HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&) method

Decodes Html fragment.

static void System::Web::HttpUtility::HtmlDecode(const String &str, const SharedPtr<IO::TextWriter> &output)
ParameterTypeDescription
strconst String&Html fragment to decode.
outputconst SharedPtr<IO::TextWriter>&A TextWriter object for output.

See Also