IParserAccessor

IParserAccessor

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

This interface is implemented by the Control class. It allows the ASP.NET framework to access the parser for the control.

public interface IParserAccessor {
// Public Instance Methods
   public void AddParsedSubObject(object obj);
}

Implemented By

Control, System.Web.UI.MobileControls.{DeviceSpecificChoice, Style}, System.Web.UI.WebControls.ListItem



    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