Click or drag to resize

UrlUtils Methods

The UrlUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddParam(String, String, Int32)
Adds a parameter to an url - returns url with the param added in the end of the string. If the parameter already exists its value is replaced.
Public methodStatic memberAddParam(String, String, String)
Adds a parameter to an url - returns url with the param added in the end of the string. If the parameter already exists its value is replaced.
Public methodStatic memberGetParameters
Returns a dictionary with parameters and values. Parameter-names are always in uppercase.
Public methodStatic memberIsValidUrl
Validates if url string is well formated proper url
Public methodStatic memberRemoveParam
Remove a parameter from an url - returns url with the param removed.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also