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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.