Documentation for: ASP.NET Ajax Version 1.0

This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.

 

 

 

 

 

 

 

Add Method (converter)

Adds a Converter object to the ConvertersCollection instance.

Syntax

CSharp

public void Add (
	Converter converter
)

VisualBasic

Public Sub Add ( _
	converter As Converter _
)

ManagedCPlusPlus

public:
void Add (
	Converter^ converter
)

JSharp

public void Add (
	Converter converter
)

Parameters

converter (Converter)

A string value that specifies the Converter reference.

Remarks

This method adds a Converter object to the collection. If the Converter object is already in the collection, the method is ignored.

Assembly: System.Web.Extensions (Module: System.Web.Extensions)