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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.