HttpServerUtilityWrapper::UrlEncode Method (String^, TextWriter^)

 

URL-encodes a string and sends the resulting output to a stream.

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

public:
virtual void UrlEncode(
	String^ s,
	TextWriter^ output
) override

Parameters

s
Type: System::String^

The string to encode.

output
Type: System.IO::TextWriter^

The stream to contain the encoded string.

.NET Framework
Available since 3.5
Return to top
Show: