Click or drag to resize

Utils_Url Class

Url utilities.
Inheritance Hierarchy
SystemObject
  MicaSystems.UtilsUtils_Url

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class Utils_Url

The Utils_Url type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddParameter
Adds a parameter to an existing url.
Public methodStatic memberTryGetAbsoluteExternalUrl
Tries to combine the external server url with target url. Throws exception if target or server url is invalid. Returns a relative url if server url is null or empty.
Top
See Also