GlobalObject.encodeURIComponent(Object) Metódus

Definíció

A megadott egységes erőforrás-azonosítót (URI) kódolja.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Paraméterek

uriComponent
Object

A kódolandó URI.

Válaszok

A /> kódolt verziója.

Attribútumok

A következőre érvényes: