URL decodes a string and returns the output as a TextWriter output stream.
[Visual Basic] Overloads Public Sub UrlDecode( _ ByVal s As String, _ ByVal output As TextWriter _ ) [C#] public void UrlDecode( string s, TextWriter output ); [C++] public: void UrlDecode( String* s, TextWriter* output ); [JScript] public function UrlDecode( s : String, output : TextWriter );
HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace | HttpServerUtility.UrlDecode Overload List