IViewStackService interface¶
Defined in
Namespace: Sextant
Assembly: Sextant.dll
Full name: Sextant.IViewStackService
Modifiers: public abstract
Summary¶
Interface that defines a methods to interact with the navigation stack.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, netstandard2.0
Properties¶
| Name | Summary |
|---|---|
| ModalStack | Gets the modal navigation stack. |
| PageStack | Gets the page navigation stack. |
| View | Gets the current view on the stack. |
Methods¶
| Name | Summary |
|---|---|
| PopModal | Pops the [INavigable](# off the stack. |
| PopPage | Pops the [INavigable](# off the stack. |
| PopToRootPage | Pops to root page. |
| PushModal | Pushes the [IViewModel](# onto the stack. |
| PushPage | Pushes the [INavigable](# onto the stack. |
| TopPage | Returns the top page from the current navigation stack. |
| TopModal | Returns the top modal from the current modal stack. |