MobilePage.HiddenPostEventSourceId Campo

Definição

Contém o identificador de origem a ser usado para renderizar o campo oculto para a fonte de postback.Contains the source identifier to use to render the hidden field for the postback source. 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 ^ HiddenPostEventSourceId;
public static readonly string HiddenPostEventSourceId;
 staticval mutable HiddenPostEventSourceId : string
Public Shared ReadOnly HiddenPostEventSourceId As String 

Valor do campo

String

Comentários

Os adaptadores usam esse campo para renderizar postbacks.Adapters use this field to render postbacks.

Aplica-se a

Confira também