IWebFormReferenceManager

IWebFormReferenceManager

System.Web.UI.Design (system.design.dll)interface

This interface allows the IDE to look up and manage references (to .NET types) used in a web form.

public interface IWebFormReferenceManager { // Public Instance Methods    public Type GetObjectType(string tagPrefix, string typeName);    public string GetRegisterDirectives( );    public string GetTagPrefix(Type objectType); }


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