UpdatePanelControlTrigger, classe
.NET Framework 3.5
Mise à jour : novembre 2007
Fournit une classe de base commune pour les contrôles qui peuvent être des déclencheurs pour les contrôles UpdatePanel.
Assembly : System.Web.Extensions (dans System.Web.Extensions.dll)
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public abstract class UpdatePanelControlTrigger : UpdatePanelTrigger
/** @attribute AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal) */ /** @attribute AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) */ public abstract class UpdatePanelControlTrigger extends UpdatePanelTrigger
public abstract class UpdatePanelControlTrigger extends UpdatePanelTrigger
- AspNetHostingPermission
pour opérer dans un environnement hébergé. Valeur de la demande : LinkDemand. Valeur d'autorisation : Minimal.
- AspNetHostingPermission
pour opérer dans un environnement hébergé. Valeur de la demande : InheritanceDemand. Valeur d'autorisation : Minimal.
System.Object
System.Web.UI.UpdatePanelTrigger
System.Web.UI.UpdatePanelControlTrigger
System.Web.UI.AsyncPostBackTrigger
System.Web.UI.PostBackTrigger
System.Web.UI.UpdatePanelTrigger
System.Web.UI.UpdatePanelControlTrigger
System.Web.UI.AsyncPostBackTrigger
System.Web.UI.PostBackTrigger
Windows Vista, Windows XP SP2, Windows Server 2003
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.