The UrlUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberClosePopUp
Public methodStatic memberCombine
Public methodStatic memberDecodeParameter
Public methodStatic memberDecryptParameter(String)
Public methodStatic memberDecryptParameter(String, String)
Public methodStatic memberEncodeParameter
Public methodStatic memberEncryptParameter(String)
Public methodStatic memberEncryptParameter(String, String)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetParameterName
Public methodStatic memberGetParameterValue
Public methodStatic memberGetQSParamsForNavigateURL
getQSParamsForNavigateURL builds up a new querystring. This is necessary in order to prep for navigateUrl. we don't ever want a tabid, a ctl and a language parameter in the qs either, the portalid param is not allowed when the tab is a supertab (because NavigateUrl adds the portalId param to the qs)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHandle404Exception
Redirect current response to 404 error page or output 404 content if error page not defined.
Public methodStatic memberInPopUp
Public methodStatic memberIsSecureConnectionOrSslOffload
check if connection is HTTPS or is HTTP but with ssloffload enabled on a secure page
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberOpenNewWindow
Public methodStatic memberPopUpUrl(String, Control, PortalSettings, Boolean, Boolean)
Public methodStatic memberPopUpUrl(String, PortalSettings, Boolean, Boolean, Int32, Int32)
Public methodStatic memberPopUpUrl(String, Control, PortalSettings, Boolean, Boolean, Int32, Int32)
Public methodStatic memberPopUpUrl(String, Control, PortalSettings, Boolean, Boolean, Int32, Int32, Boolean, String)
Public methodStatic memberReplaceQSParam
Public methodStatic memberStripQSParam
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberValidReturnUrl

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also