summaryT:DotNetNuke.Entities.Urls.ActionType
Namespace: DotNetNuke.Entities.UrlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public enum ActionType |
| Visual Basic |
|---|
Public Enumeration ActionType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| IgnoreRequest | 0 | ||
| Continue | 1 | ||
| Redirect302Now | 2 | ||
| Redirect301 | 3 | ||
| CheckFor301 | 4 | ||
| Redirect302 | 5 | ||
| Output404 | 6 | ||
| Output500 | 7 |