GlobalObject::decodeURIComponent Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Decodes the specified Uniform Resource Identifier (URI).
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Global_decodeURIComponent)] static String^ decodeURIComponent( Object^ encodedURI )
Parameters
- encodedURI
-
Type:
System::Object^
The URI to decode.
.NET Framework
Available since 1.1
Available since 1.1
Show: