GlobalObject.decodeURIComponent(Object) Метод

Определение

Декодирует указанный универсальный код ресурса (URI).

Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.

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

Параметры

encodedURI
Object

Декодируемый код URI.

Возвращаемое значение

Декодированная версия параметра encodedURI.

Атрибуты

Применяется к