Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string UrlUnescape(this string)

Declaration

public static string UrlUnescape(
    this string input
)

Summary

Reverses the escaping performed by StringExtensions.UrlEscape(this string) by decoding hexadecimal URL escape sequences into their original characters.

Parameters

this stringinput String containing URL escape sequences to be decoded.

Returns

The specified string with all URL escape sequences decoded.

See also