Click or drag to resize
URLHelperRemoveProtocol Method
Removes the protocol part from the URL.

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

Parameters

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

Return Value

Type: String
See Also