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);
}


    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace