MVPSI.JAMSWeb.Controls Namespace > Dashboard Class : ValidateRequestMode Property |
'Declaration
<WebSysDescriptionAttribute("Determines whether the control validates client input or not. Defaults to inherit from parent.")> <WebCategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute()> Public Overridable Property ValidateRequestMode As System.Web.UI.ValidateRequestMode
'Usage
Dim instance As Dashboard Dim value As System.Web.UI.ValidateRequestMode instance.ValidateRequestMode = value value = instance.ValidateRequestMode
[WebSysDescription("Determines whether the control validates client input or not. Defaults to inherit from parent.")] [WebCategory("Behavior")] [System.ComponentModel.DefaultValue()] public virtual System.Web.UI.ValidateRequestMode ValidateRequestMode {get; set;}
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