DekGenius.com
[ Team LiB ] Previous Section Next Section

TemplateParser

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

This abstract class includes some of the functionality for parsing ASP.NET files. TemplateControlParser derives directly from this class. It is not used in your code.

public abstract class TemplateParser : BaseParser {
// Protected Instance Methods
   protected abstract Type CompileIntoType( );
}

Hierarchy

System.Object BaseParser TemplateParser

Subclasses

TemplateControlParser

Returned By

ControlBuilder.Parser

Passed To

ControlBuilder.{CreateBuilderFromType( ), Init( )}, RootBuilder.RootBuilder( )

    [ Team LiB ] Previous Section Next Section