HistoryEventArgs.State Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(); };
C#
public System.Collections.Specialized.NameValueCollection State { get; }
member this.State : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property State As NameValueCollection
A collection that represents the state of a Web page.
Use the State property to store the data that is required in order to restore a Web page to a specified application state.
产品 | 版本 |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |