<?xml version="1.0" encoding="utf-8"?> <Type Name="HttpHandlersSection" FullName="System.Web.Configuration.HttpHandlersSection"> <TypeSignature Language="C#" Value="public sealed class HttpHandlersSection : System.Configuration.ConfigurationSection" /> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Configuration.ConfigurationSection</BaseTypeName> </Base> <Interfaces /> <Docs> <since version=".NET 2.0" /> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The <see cref="T:System.Web.Configuration.HttpHandlersSection" /> class provides a way to programmatically access and modify the httpHandlers section of a configuration file. This type is part of a group that includes the <see cref="T:System.Web.Configuration.HttpHandlerAction" /> and the <see cref="T:System.Web.Configuration.HttpHandlerActionCollection" /> types.</para> <block subset="none" type="note"> <para>The <see cref="T:System.Web.Configuration.HttpHandlersSection" /> can read and write information from and to the related section of the configuration file according to the <see cref="P:System.Configuration.SectionInformation.AllowDefinition" /> section property whose value is <see cref="F:System.Configuration.ConfigurationAllowDefinition.Everywhere" />. </para> </block> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Configures an HTTP handler for a Web application. This class cannot be inherited.</para> </summary> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public HttpHandlersSection ();" /> <MemberType>Constructor</MemberType> <Parameters /> <Docs> <since version=".NET 2.0" /> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The <see cref="M:System.Web.Configuration.HttpHandlersSection.#ctor" /> 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 <see cref="T:System.Web.Configuration.HttpHandlersSection" /> class by using the <see cref="M:System.Configuration.Configuration.GetSection(System.String)" /> method.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Initializes a new instance of the <see cref="T:System.Web.Configuration.HttpHandlersSection" /> class. </para> </summary> </Docs> <AssemblyInfo> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> </Member> <Member MemberName="Handlers"> <MemberSignature Language="C#" Value="public System.Web.Configuration.HttpHandlerActionCollection Handlers { get; }" /> <MemberType>Property</MemberType> <Attributes> <Attribute> <AttributeName>System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Web.Configuration.HttpHandlerActionCollection</ReturnType> </ReturnValue> <Docs> <value>To be added.</value> <since version=".NET 2.0" /> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The <see cref="P:System.Web.Configuration.HttpHandlersSection.Handlers" /> property collection returned by this method does not refer to any actual element in the underlying configuration file. It is a <see cref="N:System.Web.Configuration" /> construct that allows easy access to the handlers it contains. This is a common pattern for handling the elements of a configuration file.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Gets the <see cref="T:System.Web.Configuration.HttpHandlerActionCollection" /> collection of <see cref="T:System.Web.Configuration.HttpHandlerAction" /> objects contained by the <see cref="T:System.Web.Configuration.HttpHandlersSection" /> object.</para> </summary> </Docs> <AssemblyInfo> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> </Member> <Member MemberName="Properties"> <MemberSignature Language="C#" Value="protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>System.Configuration.ConfigurationPropertyCollection</ReturnType> </ReturnValue> <Docs> <summary>To be added.</summary> <value>To be added.</value> <remarks>To be added.</remarks> <since version=".NET 2.0" /> </Docs> <AssemblyInfo> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> </Member> </Members> </Type>