Click or drag to resize
IServerUrlPathEncode Method
URL-encodes the path section of a URL string.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
string UrlPathEncode(
	string requestUrl
)

Parameters

requestUrl
Type: SystemString
The string to URL-encode.

Return Value

Type: String
The URL-encoded text.
See Also