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) | ![]() |
---|---|
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 |
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