This class is used internally by ASP.NET. It reads mobile control
information from the <mobileControls> tag,
which defines adapter sets that map ASP.NET mobile controls to
control adapters. The <mobileControls> tag
is place in the <system.web> section of the
web.config and
machine.config configuration files.
public class MobileControlsSectionHandler : System.Configuration.IConfigurationSectionHandler {
// Public Constructors
public MobileControlsSectionHandler( );
}