- Page - ActionSheetSignalName 
- AlertSignalName 
- BusySetSignalName 
- PromptSignalName 
- BackgroundImageSourceProperty 
- IconImageSourceProperty 
- IsBusyProperty 
- PaddingProperty 
- TitleProperty 
- Page() 
- BackgroundImageSource 
- ContainerArea 
- IconImageSource 
- IgnoresContainerArea 
- InternalChildren 
- IsBusy 
- MenuBarItems 
- Padding 
- Title 
- ToolbarItems 
- DisplayActionSheet(String, String, String, String[]) 
- DisplayActionSheet(String, String, String, FlowDirection, String[]) 
- DisplayAlert(String, String, String) 
- DisplayAlert(String, String, String, FlowDirection) 
- DisplayAlert(String, String, String, String) 
- DisplayAlert(String, String, String, String, FlowDirection) 
- DisplayPromptAsync(String, String, String, String, String, Int32, Keyboard, String) 
- ForceLayout() 
- GetParentWindow() 
- LayoutChildren(Double, Double, Double, Double) 
- On<T>() 
- OnAppearing() 
- OnBackButtonPressed() 
- OnBindingContextChanged() 
- OnChildMeasureInvalidated(Object, EventArgs) 
- OnDisappearing() 
- OnNavigatedFrom(NavigatedFromEventArgs) 
- OnNavigatedTo(NavigatedToEventArgs) 
- OnNavigatingFrom(NavigatingFromEventArgs) 
- OnParentSet() 
- OnSizeAllocated(Double, Double) 
- SendAppearing() 
- SendBackButtonPressed() 
- SendDisappearing() 
- UpdateChildrenLayout() 
- Appearing 
- Disappearing 
- LayoutChanged 
- NavigatedFrom 
- NavigatedTo 
- NavigatingFrom 
- AncestorToRoot(Page) 
- CreateViewController(Page) 
 
net7.0
    namespace Microsoft.Maui.Controls
{
    public class Page : VisualElement, IElementConfiguration<Page>, IElementController, ILayout, IPaddingElement, IPageController, IVisualElementController, IElement, ISafeAreaView, ITitledElement, IToolbarElement, ITransform, IView
    {
        public Task<string> DisplayActionSheet(string title, string cancel, string destruction, params string[] buttons);
    }
}
            | nuget.org | 0.0 % Reference this API | 
|---|---|
| .NET | 6.07.0 | 
| Information specific to net7.0 | |
| Assembly | Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken= | 
| Referencing | Requires all: 
 | 
| Platform Restrictions | This API is supported on all platforms. | 
- Built-in API
- Package-provided API