Table of Contents

Struct CommandedView.PrebuiltCommandContext

Namespace
The.Web.Pages
Assembly
Instagile.Web.Client.dll
public struct CommandedView.PrebuiltCommandContext
Inherited Members

Properties

Context

The context's command-construction face, e.g. for generating scaffolded commands against it.

public ICommandContext Context { get; }

Property Value

ICommandContext

Host

The context's hosting face, for inspecting and executing the commands registered on it.

public ICommandHost Host { get; }

Property Value

ICommandHost