AntiXssEncoder::UrlEncode Method
.NET Framework (current version)
Encodes strings and byte arrays for use in a URL.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | UrlEncode(array<Byte>^, Int32, Int32) | Encodes the specified byte array for use in a URL, starting at the specified offset in the byte array and encoding the specified number of bytes.(Overrides HttpEncoder::UrlEncode(array<Byte>^, Int32, Int32).) |
![]() ![]() | UrlEncode(String^) | Encodes the specified string for use in a URL. |
![]() ![]() | UrlEncode(String^, Encoding^) | Encodes the specified string for use in a URL by using the specified character encoding type. |
![]() ![]() | UrlEncode(String^, Int32) | Encodes the specified string for use in a URL by using the specified code page. |
Show:


