Click or drag to resize

ServerUrlEncode Method

URL-encodes a string and returns the encoded string

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public string UrlEncode(
	string url
)

Parameters

url
Type: SystemString
The text to url encode

Return Value

Type: String
An url encoded string

Implements

IServerUrlEncode(String)
See Also