GlobalObject::encodeURI Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Encodes the specified Uniform Resource Identifier (URI), accounting for reserved characters.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: [JSFunctionAttribute(JSFunctionAttributeEnum::None, JSBuiltin::Global_encodeURI)] static String^ encodeURI( Object^ uri )
Parameters
- uri
-
Type:
System::Object^
The URI to encode.
.NET Framework
Available since 1.1
Available since 1.1
Show: