ASP.NET in a Nutshell, Second Edition

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

Категории