ControlFilterExpression.SaveViewState Método
Definição
Salva as alterações para o estado de exibição desde a hora em que a página foi postada no servidor.Saves the changes to view state since the time the page was posted to the server.
protected:
override System::Object ^ SaveViewState();
protected override object SaveViewState ();
override this.SaveViewState : unit -> obj
Protected Overrides Function SaveViewState () As Object
Retornos
O objeto que contém as alterações ao estado de exibição.The object that contains the changes to view state. Se não houver um estado de exibição associado ao objeto, esse método retornará null.If there is no view state associated with the object, this method returns null.