Språk

HistoryEventArgs.State Egenskap

Definition

Hämtar en samling namn/värde-par som representerar tillståndet för en webbsida.

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

Egenskapsvärde

En samling som representerar tillståndet för en webbsida.

Kommentarer

Använd egenskapen State för att lagra de data som krävs för att återställa en webbsida till ett angivet programtillstånd.

Gäller för