GlobalObject::encodeURIComponent Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Encodes the specified Uniform Resource Identifier (URI).

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public:
[JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Global_encodeURIComponent)]
static String^ encodeURIComponent(
	Object^ uriComponent
)

Parameters

uriComponent
Type: System::Object^

The URI to encode.

Return Value

Type: System::String^

The encoded version of uriComponent.

.NET Framework
Available since 1.1
Return to top
Show: