Platform SDK: IIS SDK
      [IIS 5.0] [IIS 5.1] [IIS 6.0]

Server.URLEncode

The URLEncode method applies URL encoding rules, including escape characters, to a specified string.

Syntax

Server.URLEncode( string)

Parameters

string
Specifies the string to encode.

Example

The following script:

<%Response.Write(Server.URLEncode("http://www.microsoft.com")) %>

Produces the following output:

http%3A%2F%2Fwww%2Emicrosoft%2Ecom 

Applies To

Server Object

See Also

Requirements

Platforms: Windows 2000 with IIS 5.0 installed, Windows XP with IIS 5.1 installed, Windows Server 2003 family with IIS 6.0 installed

Platform SDK Release: February 2003
What did you think of this topic?
Order a Platform SDK CD