This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Extends the Attribute class to indicate the type of server control an extender control can be applied to.
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)] [AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] public sealed class TargetControlTypeAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _ <AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ Public NotInheritable Class TargetControlTypeAttribute _ Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)] [AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class TargetControlTypeAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true) */ /** @attribute AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal) */ public final class TargetControlTypeAttribute extends Attribute
Object
Attribute
TargetControlTypeAttribute
Assembly: System.Web.Extensions (Module: System.Web.Extensions)
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.