ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 440
نمايش فراداده

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