GlobalObject.decodeURI(Object) Methode

Definitie

Hiermee wordt de opgegeven URI (Uniform Resource Identifier) gedecodeeerd, met betrekking tot gereserveerde tekens.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static System::String ^ decodeURI(System::Object ^ encodedURI);
[Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Global_decodeURI)]
public static string decodeURI(object encodedURI);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Global_decodeURI)]
public static string decodeURI(object encodedURI);
[<Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Global_decodeURI)>]
static member decodeURI : obj -> string
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Global_decodeURI)>]
static member decodeURI : obj -> string
Public Shared Function decodeURI (encodedURI As Object) As String

Parameters

encodedURI
Object

De URI om te decoderen.

Retouren

De gedecodeerde versie van encodedURI.

Kenmerken

Van toepassing op