Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string UrlEscape(this string)

Declaration

public static string UrlEscape(
    this string input
)

Summary

Escapes all necessary characters in the specified string so as to make it usable safely in a URL.

Parameters

this stringinput The string to apply URL escaping to.

Returns

The specified string with the necessary URL escaping applied.

See also