Share via


GlobalObject.decodeURIComponent(Object) 메서드

정의

지정된 URI(Uniform Resource Identifier)를 디코딩합니다.

이 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의 디코딩된 버전입니다.

특성

적용 대상