Element action.SwitchAction

Substitution Groups:
action.IAction

Allows to select at rendering time an action among several.
Instead of the DoAndForward component, this choice is made when the page is rendered.
Note that if the Switch condition evaluates to an unknown case, no action will be rendered (no hyperlink).


Named Children Elements
mandatory   binding.Expression Switch Defines a binding that evaluates the switch condition.This component evaluates the condition, then return the name of the corresponding case to follow (or null to disable the action).
1 - unbounded   action.Case[] Cases All possible cases.