The UrlAction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UrlAction(HttpRequest) | DotNetNuke.Entities.Urls.UrlAction | |
| UrlAction(String, String, String) | DotNetNuke.Entities.Urls.UrlAction |
Methods
| Name | Description | |
|---|---|---|
| AddLicensedProvider | ||
| AddLicensedProviders | ||
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsProviderLicensed | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetActionWithNoDowngrade |
Sets the action value, but checks to ensure that the action is
not being 'downgraded' (example: cannot set 'Redirect301' to 'CheckFor301')
| |
| SetBrowserType | ||
| SetOriginalPath |
Copies the original request path to the OriginalPath variables (originalPath, originanPathNoAlias)
| |
| SetRedirectAllowed | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.) |