BaseParser

BaseParser

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

This class is used transparently by the .NET framework. It is the base class used for parsing, the process by which code in an .aspx file is interpreted and ultimately rendered as HTML.

public class BaseParser {
// Public Constructors
   public BaseParser( );
}

Subclasses

TemplateParser



    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