[To be supplied.]
[Visual Basic] Function GetControlType( _ ByVal tagName As String, _ ByVal attribs As IDictionary _ ) As Type [C#] Type GetControlType( string tagName, IDictionary attribs ); [C++] Type* GetControlType( String* tagName, IDictionary* attribs ) = 0; [JScript] function GetControlType( tagName : String, attribs : IDictionary ) : Type;
ITagNameToTypeMapper Interface | ITagNameToTypeMapper Members | System.Web.UI Namespace