WebEventCodes.AuditInvalidViewStateFailure Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event code indicating that the view-state verification failed. This field is constant.
public: int AuditInvalidViewStateFailure = 4009;
public const int AuditInvalidViewStateFailure = 4009;
val mutable AuditInvalidViewStateFailure : int
Public Const AuditInvalidViewStateFailure As Integer = 4009
Field Value
Value = 4009Remarks
AuditInvalidViewStateFailure is the major code for the health event related to view-state verification failure. When this event occurs, ASP.NET raises a WebViewStateFailureAuditEvent with a major code of AuditInvalidViewStateFailure.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.