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 contrôle UpdatePanel est mis à jour par 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 UpdatePanel actuel est mis à jour par 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ôle qui souhaitent savoir quand un contrôle est mis à jour à la suite d’une UpdatePanel 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.