HtmlPageAdapter.RenderHiddenVariables(HtmlMobileTextWriter) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affiche toutes les variables masquées sur la page en tant que champs d’entrée masqués. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
protected:
void RenderHiddenVariables(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer);
protected void RenderHiddenVariables(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer);
member this.RenderHiddenVariables : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter -> unit
Protected Sub RenderHiddenVariables (writer As HtmlMobileTextWriter)
Paramètres
- writer
- HtmlMobileTextWriter
Enregistreur de texte.
Remarques
Appelé par la RenderPostBackHeader méthode.