ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 396
نمايش فراداده

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