HTML decodes a given string and returns the decoded string.
[Visual Basic] Overloads Public Function HtmlDecode( _ ByVal s As String _ ) As String [C#] public string HtmlDecode( string s ); [C++] public: String* HtmlDecode( String* s ); [JScript] public function HtmlDecode( s : String ) : String;
The HTML decoded text.
HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace | HttpServerUtility.HtmlDecode Overload List