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
IViewStateManagerThe IViewStateManager instance.
navigationContext
NavigationContextThe NavigationContext instance.
viewguidFormat
stringThe view guid format.