This documentation is archived and is not being maintained.

Style.ViewState Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Friend ReadOnly Property ViewState As StateBag
[C#]
protected internal StateBag ViewState {get;}
[C++]
protected public: __property StateBag* get_ViewState();
[JScript]
protected internal function get ViewState() : StateBag;

See Also

Style Class | Style Members | System.Web.UI.WebControls Namespace

Show: