HttpServerUtilityBase::HtmlDecode Method (String^)

 

When overridden in a derived class, 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
)

Parameters

s
Type: System::String^

The HTML string to decode.

Return Value

Type: System::String^

The decoded text.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: