GlobalObject.encodeURIComponent(Object) メソッド

定義

指定した URI (Uniform Resource Identifier) をエンコードします。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

uriComponent
Object

エンコードする URI。

戻り値

uriComponent のエンコードしたバージョン。

属性

適用対象