UrlUtility Class |
Namespace: Dynamicweb.Analytics.Utilities
The UrlUtility type exposes the following members.
Name | Description | |
---|---|---|
AddScheme |
Adds specified scheme to a given URL.
| |
AddWWW |
Adds "www."prefix to the given URL.
| |
GetBaseDomain |
Retrieves a base domain for a given URL.
| |
GetHostName |
Retrieves the host component of a given URL.
| |
GetHostNameComponent |
Retrieves specified host components from the given host.
| |
GetPath |
Returns the absolute virtual path of the given URL. Query-string is omitted.
| |
GetQuery |
Retrieves the query-string component of a given URL.
| |
GetQueryParameterValue |
Retrieves specified query-string parameter value.
| |
GetScheme |
Retrieves scheme (e.g. "http://") declaration for the given URL.
| |
GetTopLevelDomain |
Extracts the top level domain from the given URL.
| |
HasScheme |
Determines whether scheme component is defined on a given URL.
| |
MapToPhysical |
Maps specified virtual path to its physical equivalent.
| |
RemoveScheme |
Removes scheme (e.g. "http://") declaration from the given URL.
| |
RemoveWWW |
Removes "www." or "www2." prefix from the given URL.
|