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



    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