Table of Contents

Namespace The.Web.Pages

Classes

ActiveCommandsModel
AsyncPage<T>
AvailableCommandsModel
Command
CommandBar
CommandContextExtensions

Extensions for ICommandContext.

CommandPanel
CommandRegistration
CommandValidationException

Thrown by a command, causing it to fail and display a notification - for command-level checks that are not entity validation (a concurrency conflict, an authorization failure). Entity validation gates commands before they execute (see The.Web.Pages.CommandValidationRequirement) and does not use this exception.

Command<T>
Command<T1, T2>
Command<T1, T2, T3>
Command<T1, T2, T3, T4>
CommandedView
CommandsModel
EmptyCommandsModel
ErrorCommandsModel
ErrorPage
IdleCommandsModel
LoadingPage
ModalRegistration
Page
_Imports

Structs

CommandModel
CommandedView.PrebuiltCommandContext
NotificationModel

Interfaces

ICommandContext

APIs for Command construction and execution. The context is itself the IProgressHost commands report through: progress and notifications display on every CommandPanel bound to it.

ICommandHost

APIs for Command display and triggering.

IModalContext
IPageContext