DekGenius.com
[ Team LiB ] Previous Section Next Section

TemplateControlParser

System.Web.UI (system.web.dll)abstract class

This abstract class includes some of the functionality for parsing ASP.NET files and interpreting tags as controls. PageParser derives from this class. It is not used in your code.

public abstract class TemplateControlParser : TemplateParser {
// Protected Constructors 
   protected TemplateControlParser( );
}

Hierarchy

System.Object BaseParser TemplateParser TemplateControlParser

Subclasses

PageParser

    [ Team LiB ] Previous Section Next Section