PageParser

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



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace