The IConfigSectionHandler interface defines the contract that all configuration section handlers must implement in order to participate in the resolution of configuration settings.
IConfigurationSectionHandler
[Visual Basic] Public Interface IConfigurationSectionHandler [C#] public interface IConfigurationSectionHandler [C++] public __gc __interface IConfigurationSectionHandler
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
CompilationConfiguration.SectionHandler | [To be supplied.] |
ConfigureCapabilities | [To be supplied.] |
CustomAuthenticationModule.SectionHandler | [To be supplied.] |
Configuration.DictionarySectionHandler | [To be supplied.] |
Configuration.HttpHandlersSectionHandler | [To be supplied.] |
Configuration.HttpModulesConfigurationHandler | [To be supplied.] |
Configuration.IgnoreSectionHandler | [To be supplied.] |
Configuration.SingleTagSectionHandler | [To be supplied.] |
WebServicesConfigurationSectionHandler | [To be supplied.] |
[To be supplied.]
Namespace: System.Web.Configuration
Assembly: System.Web.dll
IConfigurationSectionHandler Members | System.Web.Configuration Namespace