Page.ValidateRequestMode Property
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.
Gets or sets a value that indicates whether the page checks client input from the browser for potentially dangerous values.
public:
virtual property System::Web::UI::ValidateRequestMode ValidateRequestMode { System::Web::UI::ValidateRequestMode get(); void set(System::Web::UI::ValidateRequestMode value); };
[System.ComponentModel.Browsable(false)]
public override System.Web.UI.ValidateRequestMode ValidateRequestMode { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ValidateRequestMode : System.Web.UI.ValidateRequestMode with get, set
Public Overrides Property ValidateRequestMode As ValidateRequestMode
A value that indicates whether the page checks client input. The default is Enabled.
- Attributes
The value Inherit is not used in the Page class because there is nothing to inherit from.
Продукт | Версії |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: