Class ViewBrowserPushInput
Data Transfer Object for pushing a new view onto the view browser stack.
Inherited Members
Namespace: Serenity.ViewBrowser.Application.DTO
Assembly: Serenity.ViewBrowser.Application.dll
Syntax
public class ViewBrowserPushInput
Constructors
ViewBrowserPushInput(IViewBase)
Constructor to initialize the ViewBrowserPushInput.
Declaration
public ViewBrowserPushInput(IViewBase view)
Parameters
| Type | Name | Description |
|---|---|---|
| IViewBase | view | The view to push onto the stack. |
Fields
View
Declaration
public IViewBase View
Field Value
| Type | Description |
|---|---|
| IViewBase | The view to push onto the stack. |