GlobalObject.decodeURIComponent(Object) Método

Definição

Decodifica o URI (Uniform Resource Identifier) especificado.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

encodedURI
Object

O URI a decodificar.

Retornos

A versão decodificada do encodedURI.

Atributos

Aplica-se a