GlobalObject.decodeURI(Object) Metod

Definition

Avkodar den angivna URI(Uniform Resource Identifier) som står för reserverade tecken.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

encodedURI
Object

Den URI som ska avkodas.

Returer

Den avkodade versionen av encodedURI.

Attribut

Gäller för