HttpServerUtilityWrapper::HtmlDecode Method (String^)

 

Decodes an HTML-encoded string and returns the decoded string.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual String^ HtmlDecode(
	String^ s
) override

Parameters

s
Type: System::String^

The HTML string to decode.

Return Value

Type: System::String^

The decoded text.

.NET Framework
Available since 3.5
Return to top
Show: