[This is preliminary documentation and is subject to change.]
Handles the core functionality for the Forward operation.
| C# |
public static ExecutionResult ExecuteForward( Execution execution )
- execution (Execution)
- The Execution object created for the Forward operation.
Always NoActionResult.
This uses the BackStack class to redisplay the
content that was most recently hidden by a Back operation. If any other
operation showed any content since the most recent Back operation, then
Forward is disabled.