GlobalObject.encodeURIComponent(Object) Methode

Definition

Codiert den angegebenen URI (Uniform Resource Identifier).

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

uriComponent
Object

Der zu codierende URI.

Gibt zurück

String

Die codierte Version von uriComponent.

Attribute

Gilt für