Click or drag to resize

EAPEncodeRemoveProtocol Method

Remove the protocol (e.g. http://) from a URL, if present.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string RemoveProtocol(
	string url
)

Parameters

url
Type: SystemString
The URL from which to remove the protocol.

Return Value

Type: String
The URL without any protocol.
See Also