Aracılığıyla paylaş


GlobalObject.decodeURIComponent(Object) Yöntem

Tanım

Belirtilen Tekdüzen Kaynak Tanımlayıcısının (URI) kodunu çözer.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

encodedURI
Object

Kodunu çözmek için URI.

Döndürülenler

kodunun çözülen sürümü encodedURI.

Öznitelikler

Şunlara uygulanır