Class ViewBrowserGoBack
Use case for navigating back in the view browser.
Implements
Inherited Members
Namespace: Serenity.ViewBrowser.Application.UseCases
Assembly: Serenity.ViewBrowser.Application.dll
Syntax
public class ViewBrowserGoBack : IUseCase
Constructors
ViewBrowserGoBack(IViewBrowserService)
Constructor for the ViewBrowserGoBack use case.
Declaration
public ViewBrowserGoBack(IViewBrowserService repository)
Parameters
| Type | Name | Description |
|---|---|---|
| IViewBrowserService | repository | The view browser service to use. |
Methods
Execute()
Execute the go back operation.
Declaration
public void Execute()