RedirectAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates possible actions for a redirect target.
public enum class RedirectAction
public enum RedirectAction
type RedirectAction =
Public Enum RedirectAction
- Inheritance
-
RedirectAction
Fields
Name | Value | Description |
---|---|---|
TryAll | 0 | Tries all the redirect targets in the collection. |
TryNone | 1 | Tries none of the redirect targets (abandons the redirect). |
TryThis | 2 | Tries the current redirect and prompts again if necessary to try more redirect targets. |
SkipThis | 3 | Skips the current redirect target and prompts again if there are more redirect targets. |