DekGenius.com
[ Team LiB ] Previous Section Next Section

PageParser

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

This class provides a page parser that compiles an .aspx file into a custom Page object.

public sealed class PageParser : TemplateControlParser {
// Public Constructors
   public PageParser( );
// Public Static Methods
   public static IHttpHandler GetCompiledPageInstance(string virtualPath, string inputFile, 
        System.Web.HttpContext context);
// Protected Instance Methods
   protected override Type CompileIntoType( );       // overrides TemplateParser
}

Hierarchy

System.Object BaseParser TemplateParser TemplateControlParser PageParser

    [ Team LiB ] Previous Section Next Section