| UrlUtilityAddScheme Method |
Adds specified scheme to a given URL.
Namespace:
Dynamicweb.Analytics.Utilities
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static string AddScheme(
string url,
string scheme,
bool replaceExisting
)
Public Shared Function AddScheme (
url As String,
scheme As String,
replaceExisting As Boolean
) As String
Parameters
- url
- Type: SystemString
URL to add scheme to. - scheme
- Type: SystemString
Scheme to add. - replaceExisting
- Type: SystemBoolean
Value indicating whether to replace existing scheme.
Return Value
Type:
StringURL with a scheme.
See Also