<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple:=False)> _ Public NotInheritable Class SupportsEventValidationAttribute Inherits Attribute
Dim instance As SupportsEventValidationAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false)] public sealed class SupportsEventValidationAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=false)] public ref class SupportsEventValidationAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) */ public final class SupportsEventValidationAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false) public final class SupportsEventValidationAttribute extends Attribute
The SupportsEventValidationAttribute attribute defines the metadata attribute that Web server controls use to indicate their support for event validation. Event validation prevents forged postbacks to an ASP.NET Web page and can be enabled through the EnableEventValidation page directive.
For more information, see EnableEventValidation.
For more information about attributes, see Extending Metadata Using Attributes.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.