System.Web 2.0.0.0 System.Configuration.ConfigurationElement The class provides a way to programmatically access and modify the add element of the httpHandlers configuration section. This type is part of a group that includes the and the types. The can read and write information from and to the related section of the configuration file according to the section property whose value is . ASP.NET searches for the handler assembly DLL in the application's private \bin directory first, and then it searches in the system assembly cache. Configures an configuration section. This class cannot be inherited. Constructor The constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the class by using the property. Initializes a new instance of the class using the passed parameters. The URL path. A comma-separated class/assembly combination consisting of version, culture, and public-key tokens. A comma-separated list of HTTP verbs (for example, "GET, PUT, POST"). 2.0.0.0 Constructor The constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the class by using the property. Initializes a new instance of the class using the passed parameters. The URL path. A comma-separated class/assembly combination consisting of version, culture, and public-key tokens. A comma-separated list of HTTP verbs (for example, "GET, PUT, POST"). true to allow validation; otherwise, false. If 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. 2.0.0.0 Property System.Configuration.ConfigurationProperty("path", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey) System.String To be added. The property can contain either a single URL or a wildcard string. Gets or sets the path. 2.0.0.0 Property System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added. 2.0.0.0 Property System.Configuration.ConfigurationProperty("type", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired) System.String To be added. The property is a comma-separated class/assembly combination consisting of version, culture, and public-key tokens. ASP.NET searches for the handler assembly DLL in the application's private \bin directory first, and then it searches in the system assembly cache. Gets or sets the type. 2.0.0.0 Property System.Configuration.ConfigurationProperty("validate", DefaultValue=true) System.Boolean To be added. If the 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. Gets or sets the validation. 2.0.0.0 Property System.Configuration.ConfigurationProperty("verb", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey) System.String To be added. This property can be a comma-separated list of HTTP verbs (for example, "GET, PUT, POST"). Gets or sets the verb allowed by the object. 2.0.0.0