HtmlDecode()

HttpUtility::HtmlDecode(const String&) method

Decodes Html fragment.

static String System::Web::HttpUtility::HtmlDecode(const String &str)

Arguments

ParameterTypeDescription
strconst String&Html fragment to decode.

Return Value

Decoded Html fragment.

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)

Arguments

ParameterTypeDescription
strconst String&Html fragment to decode.
outputconst SharedPtr<IO::TextWriter>&A TextWriter object for output.

See Also