System.Web.UI.IParserAccessor

Defines the method that ASP.NET server controls must implement to recognize when elements, either HTML or XML, are parsed.

See Also: IParserAccessor Members

Syntax

public interface IParserAccessor

Remarks

When elements are parsed, they are recognized as child controls of the server control that implements this interface. These elements are converted to objects. When you implement this interface, the control you create defines what processing occurs once it has been notified that an element has been parsed.

Because the System.Web.UI.Control class implements this interface, it is easier to extend that class and override its implementation of the IParserAccessor.AddParsedSubObject(object) method than to implement this interface yourself.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0