MobilePage.ViewStateID Campo

Definição

Contém o identificador de origem a ser usado para renderizar o campo oculto para um estado de exibição.Contains the source identifier to use to render the hidden field for a view state. Este campo é somente leitura.This field is read-only. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public: static initonly System::String ^ ViewStateID;
public static readonly string ViewStateID;
 staticval mutable ViewStateID : string
Public Shared ReadOnly ViewStateID As String 

Valor do campo

String

Comentários

Esse campo é usado por adaptadores para renderizar informações de estado de exibição.This field is used by adapters to render view-state information. Para obter mais informações, consulte a documentação visão geral do gerenciamento de estado ASP.net .For more information, see the ASP.NET State Management Overview documentation.

Aplica-se a