HttpServerUtilityBase::UrlEncode Method

 

When overridden in a derived class, encodes a string to include only characters that are valid in a URL.

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

NameDescription
System_CAPS_pubmethodUrlEncode(String^)

When overridden in a derived class, URL-encodes a string and returns the encoded string.

System_CAPS_pubmethodUrlEncode(String^, TextWriter^)

When overridden in a derived class, URL-encodes a string and sends the resulting output to a stream.

Return to top
Show: