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