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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net