HttpServerUtilityBase::UrlEncode Method
.NET Framework (current version)
When overridden in a derived class, encodes a string to include only characters that are valid in a URL.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | UrlEncode(String^) | When overridden in a derived class, URL-encodes a string and returns the encoded string. |
![]() | UrlEncode(String^, TextWriter^) | When overridden in a derived class, URL-encodes a string and sends the resulting output to a stream. |
Show:
