Class ViewBrowserUseCases
Aggregates all view browser use cases for easy access.
Inherited Members
Namespace: Serenity.ViewBrowser.Application.UseCases
Assembly: Serenity.ViewBrowser.Application.dll
Syntax
public class ViewBrowserUseCases
Constructors
ViewBrowserUseCases(IViewBrowserService)
Constructor to initialize all view browser use cases.
Declaration
public ViewBrowserUseCases(IViewBrowserService repository)
Parameters
| Type | Name | Description |
|---|---|---|
| IViewBrowserService | repository | The view browser service to use. |
Fields
ClearHistory
Declaration
public ViewBrowserClearHistory ClearHistory
Field Value
| Type | Description |
|---|---|
| ViewBrowserClearHistory | Use case for clearing the view browser history. |
GoBack
Declaration
public ViewBrowserGoBack GoBack
Field Value
| Type | Description |
|---|---|
| ViewBrowserGoBack | Use case for navigating back in the view browser. |
Push
Declaration
public ViewBrowserPush Push
Field Value
| Type | Description |
|---|---|
| ViewBrowserPush | Use case for pushing a new view onto the view browser stack. |