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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.