WebEventCodes.InvalidViewState 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 supplied view state is invalid. This field is constant.
public: int InvalidViewState = 50204;
public const int InvalidViewState = 50204;
val mutable InvalidViewState : int
Public Const InvalidViewState As Integer = 50204
Field Value
Value = 50204Remarks
InvalidViewState is the detail code that specifies the cause of the view-state failure.
When the view-state error occurs, ASP.NET raises a WebViewStateFailureAuditEvent with a major code of AuditInvalidViewStateFailure and a detail code of InvalidViewState.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.