ConvertersCollection Class
Represents a configuration collection that contains references to Converter objects.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
'Declaration <ConfigurationCollectionAttribute(GetType(Converter))> _ <AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ <AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _ Public Class ConvertersCollection _ Inherits ConfigurationElementCollection 'Usage Dim instance As ConvertersCollection
You can use the ConvertersCollection to work with a collection of Converter objects. Implement this class to add collections of custom Converter elements to a ConfigurationSection object.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand. Associated enumeration: AspNetHostingPermissionLevel.Minimal.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand. Associated enumeration: AspNetHostingPermissionLevel.Minimal.
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.ConvertersCollection
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.