HistoryEventArgs.State Property

Definition

Gets a collection of name/value pairs that represent the state of a Web page.

public:
 property System::Collections::Specialized::NameValueCollection ^ State { System::Collections::Specialized::NameValueCollection ^ get(); };
public System.Collections.Specialized.NameValueCollection State { get; }
member this.State : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property State As NameValueCollection

Property Value

A collection that represents the state of a Web page.

Remarks

Use the State property to store the data that is required in order to restore a Web page to a specified application state.

Applies to