Table of Contents

Class ViewState

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

Represents the state of a view.

public class ViewState : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IDictionary, ICollection, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance
ViewState
Implements
Extension Methods

Properties

Index

Gets or sets the index of the view state.

Methods

GetParam(string)

Gets the value of a parameter from the view state.

GetParam<T>(string)

Gets the value of a parameter from the view state and converts it to the specified type.

RemoveParam(string)

Removes a parameter from the view state.

SetParam(string, object)

Sets the value of a parameter in the view state.