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
)
Public Shared Function RemoveProtocol (
url As String
) As String
Parameters
- url
- Type: SystemString
The URL from which to remove the protocol.
Return Value
Type:
StringThe URL without any protocol.
See Also