Intersoft WebInput Documentation
ValidateRequestMode Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : ValidateRequestMode Property






Glossary Item Box

Syntax

Visual Basic (Declaration) 
<WebCategoryAttribute("Behavior")>
<System.ComponentModel.DefaultValueAttribute()>
<WebSysDescriptionAttribute("Determines whether the control validates client input or not. Defaults to inherit from parent.")>
Public Overridable Property ValidateRequestMode As System.Web.UI.ValidateRequestMode
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim value As System.Web.UI.ValidateRequestMode
 
instance.ValidateRequestMode = value
 
value = instance.ValidateRequestMode
C# 
[WebCategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute()]
[WebSysDescriptionAttribute("Determines whether the control validates client input or not. Defaults to inherit from parent.")]
public virtual System.Web.UI.ValidateRequestMode ValidateRequestMode {get; set;}
Delphi 
public read-write property ValidateRequestMode: System.Web.UI.ValidateRequestMode; virtual; 
JScript 
WebCategoryAttribute("Behavior")
System.ComponentModel.DefaultValueAttribute()
WebSysDescriptionAttribute("Determines whether the control validates client input or not. Defaults to inherit from parent.")
public function get,set ValidateRequestMode : System.Web.UI.ValidateRequestMode
Managed Extensions for C++ 
[WebCategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute()]
[WebSysDescriptionAttribute("Determines whether the control validates client input or not. Defaults to inherit from parent.")]
public: __property virtual System.Web.UI.ValidateRequestMode get_ValidateRequestMode();
public: __property virtual void set_ValidateRequestMode( 
   System.Web.UI.ValidateRequestMode value
);
C++/CLI 
[WebCategoryAttribute("Behavior")]
[System.ComponentModel.DefaultValueAttribute()]
[WebSysDescriptionAttribute("Determines whether the control validates client input or not. Defaults to inherit from parent.")]
public:
virtual property System.Web.UI.ValidateRequestMode ValidateRequestMode {
   System.Web.UI.ValidateRequestMode get();
   void set (    System.Web.UI.ValidateRequestMode value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.