HttpHandlerAction.Validate Property
.NET Framework (current version)
Gets or sets the HttpHandlerAction validation.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("validate", DefaultValue = true)] public bool Validate { get; set; }
If the 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: