SimpleWebHandlerParser

SimpleWebHandlerParser

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

This class provides basic functionality used to parse web handler files. It is used by the .NET framework, not directly by your own code.

public abstract class SimpleWebHandlerParser { // Protected Constructors     protected SimpleWebHandlerParser(System.Web.HttpContext context, string virtualPath, string physicalPath); // Protected Instance Properties    protected abstract string DefaultDirectiveName{get; } // Protected Instance Methods    protected Type GetCompiledTypeFromCache( ); }

Subclasses

WebServiceParser



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