Table of Contents

Method GetViewState

Namespace
Innova.Prism.Infrastructure.Views
Assembly
Innova.Prism.Infrastructure.dll

GetViewState(string)

Gets the view state for the specified view name.

public ViewState GetViewState(string viewName)

Parameters

viewName string

The name of the view.

Returns

ViewState

The view state.