UpdatePanel.IsInPartialRendering Propriété
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.
Obtient une valeur qui indique si le UpdatePanel contrôle est mis à jour à la suite d’une publication asynchrone.
public:
property bool IsInPartialRendering { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsInPartialRendering { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsInPartialRendering : bool
Public ReadOnly Property IsInPartialRendering As Boolean
Valeur de propriété
true si le contrôle actuel UpdatePanel est mis à jour à la suite d’une publication asynchrone ; sinon, false.
- Attributs
Remarques
La IsInPartialRendering propriété est destinée à être utilisée par les développeurs de contrôles qui souhaitent savoir quand un UpdatePanel contrôle est mis à jour à la suite d’une publication asynchrone. Dans les scénarios de développement de pages, utilisez la IsInAsyncPostBack propriété pour déterminer si une page est traitée à la suite d’une publication asynchrone.