Interface IPageContext
public interface IPageContext
Methods
ClearPage(bool)
void ClearPage(bool isRoot)
Parameters
isRootbool
SetCommands(CommandContext?)
void SetCommands(CommandContext? commandContext)
Parameters
commandContextCommandContextNull if no commands.
SetPage(string?, bool)
void SetPage(string? title, bool requiresVerticalConstraint)
Parameters
titlestringNull if the title is still being loaded.
requiresVerticalConstraintboolForce 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
isRootbool