HistoryEventArgs(NameValueCollection) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da HistoryEventArgs classe.
public:
HistoryEventArgs(System::Collections::Specialized::NameValueCollection ^ state);
public HistoryEventArgs(System.Collections.Specialized.NameValueCollection state);
new System.Web.UI.HistoryEventArgs : System.Collections.Specialized.NameValueCollection -> System.Web.UI.HistoryEventArgs
Public Sub New (state As NameValueCollection)
Parâmetros
- state
- NameValueCollection
Uma coleção de pares nome/valor que representam o estado da página Web.