Bridge

Script..::..EncodeURI Method

The encodeURI() method encodes a Uniform Resource Identifier (URI) by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two "surrogate" characters).

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static string EncodeURI(
	string uri
)
<TemplateAttribute> _
Public Shared Function EncodeURI ( _
	uri As String _
) As String
[TemplateAttribute]
public:
static String^ EncodeURI(
	String^ uri
)

Parameters

uri
Type: System..::..String
A complete Uniform Resource Identifier.

Return Value