NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IConfigurationSectionHandler Interface

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.

Classes that Implement IConfigurationSectionHandler

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.]

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.Configuration

Assembly: System.Web.dll

See Also

IConfigurationSectionHandler Members | System.Web.Configuration Namespace