Mono Class Library: System.Web.HttpUtility Overview | Members

System.Web.HttpUtility.UrlDecode Method

Documentation for this section has not yet been entered.

public static string UrlDecode (string str)

Parameters

str
The URL to decode

Returns

The decoded URL

Remarks

C# Example

	HttpUtility.UrlDecode("two%20words"); //returns "two words"
  

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0