The UrlUtils type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UrlUtils | DotNetNuke.Common.Utilities.UrlUtils |
Methods
| Name | Description | |
|---|---|---|
| ClosePopUp | ||
| Combine | ||
| DecodeParameter | ||
| DecryptParameter(String) | ||
| DecryptParameter(String, String) | ||
| EncodeParameter | ||
| EncryptParameter(String) | ||
| EncryptParameter(String, String) | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetParameterName | ||
| GetParameterValue | ||
| GetQSParamsForNavigateURL |
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)
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Handle404Exception |
Redirect current response to 404 error page or output 404 content if error page not defined.
| |
| InPopUp | ||
| IsSecureConnectionOrSslOffload |
check if connection is HTTPS
or is HTTP but with ssloffload enabled on a secure page
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OpenNewWindow | ||
| PopUpUrl(String, Control, PortalSettings, Boolean, Boolean) | ||
| PopUpUrl(String, PortalSettings, Boolean, Boolean, Int32, Int32) | ||
| PopUpUrl(String, Control, PortalSettings, Boolean, Boolean, Int32, Int32) | ||
| PopUpUrl(String, Control, PortalSettings, Boolean, Boolean, Int32, Int32, Boolean, String) | ||
| ReplaceQSParam | ||
| StripQSParam | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ValidReturnUrl |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
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.) |