Click or drag to resize

UrlUtils Class

URL utility class
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogicUrlUtils

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public abstract class UrlUtils

The UrlUtils type exposes the following members.

Constructors
  NameDescription
Protected methodUrlUtils
Top
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