Table of Contents

Interface IPageContext

Namespace
The.Web.Pages
Assembly
Instagile.Web.Client.dll
public interface IPageContext

Methods

ClearPage(bool)

void ClearPage(bool isRoot)

Parameters

isRoot bool

SetCommands(CommandContext?)

void SetCommands(CommandContext? commandContext)

Parameters

commandContext CommandContext

Null if no commands.

SetPage(string?, bool)

void SetPage(string? title, bool requiresVerticalConstraint)

Parameters

title string

Null if the title is still being loaded.

requiresVerticalConstraint bool

Force internal scrolling.

SuppressChrome(bool)

If true, an external shell will display the page's title and commands, so the page itself should just present content.

bool SuppressChrome(bool isRoot)

Parameters

isRoot bool

Returns

bool