System.Web.Configuration.HttpHandlerAction.Validate Property

Gets or sets the System.Web.Configuration.HttpHandlerAction validation.

Syntax

[System.Configuration.ConfigurationProperty("validate", DefaultValue=true)]
public bool Validate { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the HttpHandlerAction.Validate property is false, ASP.NET will not attempt to load the class until the actual matching request comes, potentially delaying the error but improving the startup time.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0