ITagNameToTypeMapper

ITagNameToTypeMapper

System.Web.UI (system.web.dll)interface

This interface consists of a single method GetControlType( ), which accepts a string containing a control tag and returns a System.Type object identifying the corresponding control class.

interface ITagNameToTypeMapper { // Public Instance Methods    public Type GetControlType(string tagName, System.Collections.IDictionary attribs); }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net