Table of Contents

Struct CommandedView.PrebuiltCommandContext

Namespace
The.Web.Pages
Assembly
Instagile.Web.Client.dll
public record struct CommandedView.PrebuiltCommandContext : IEquatable<CommandedView.PrebuiltCommandContext>
Implements
Inherited Members

Constructors

PrebuiltCommandContext(CommandContext)

public PrebuiltCommandContext(CommandContext Value)

Parameters

Value CommandContext

Properties

Value

public CommandContext Value { readonly get; set; }

Property Value

CommandContext