The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ServerValidateEventArgs::Value Property
.NET Framework (current version)
Gets the value to validate in the custom event handler for the ServerValidate event.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The value to validate in the custom event handler for the ServerValidate event.
Use the Value property determine the value to validate in the custom event handler for the ServerValidate event. Notice that you cannot programmatically change this value.
.NET Framework
Available since 1.1
Available since 1.1
Show: