Table of Contents

Method SetViewState

Namespace
Innova.Prism.Library.Extensions
Assembly
Innova.Prism.Library.dll

SetViewState(IViewStateManager, NavigationContext, string)

Sets the view state for the specified IViewStateManager using the provided NavigationContext and view guid format.

public static ViewState SetViewState(this IViewStateManager viewStateManager, NavigationContext navigationContext, string viewguidFormat)

Parameters

viewStateManager IViewStateManager

The IViewStateManager instance.

navigationContext NavigationContext

The NavigationContext instance.

viewguidFormat string

The view guid format.

Returns

ViewState

The ViewState object.