This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Gets a ConvertersCollection object that contains a collection of Converter objects.
[ConfigurationPropertyAttribute("converters", IsKey = true, DefaultValue = "")] public ConvertersCollection Converters { get; }
<ConfigurationPropertyAttribute("converters", IsKey := True, DefaultValue := "")> _ Public ReadOnly Property Converters As ConvertersCollection
[ConfigurationPropertyAttribute(L"converters", IsKey = true, DefaultValue = L"")] public: ConvertersCollection^ Converters { ConvertersCollection^ get (); }
/** @property */
A ConvertersCollection object.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.