Click or drag to resize
URLHelperRemoveProtocolAndDomain Method
Removes the protocol and domain part from the URL.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string RemoveProtocolAndDomain(
	string url
)

Parameters

url
Type: SystemString
URL to process (in format protocol://domain/...)

Return Value

Type: String
See Also