RedirectAction Enum

Definition

Indicates possible actions for a redirect target.

public enum class RedirectAction
public enum RedirectAction
type RedirectAction = 
Public Enum RedirectAction
Inheritance
RedirectAction

Fields

SkipThis 3

Skips the current redirect target and prompts again if there are more redirect targets.

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.

Applies to