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