TemplateControlParser Class
.NET Framework 2.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Implements ASP.NET template parsing for template controls.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
The TemplateControlParser class provides parser functionality for the TemplateControl class. Classes that inherit from TemplateControl class include the UserControl and Page classes. Because the TemplateControlParser class is abstract, an instance of this class is not created directly.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Object
System.Web.UI.BaseParser
System.Web.UI.TemplateParser
System.Web.UI.BaseTemplateParser
System.Web.UI.TemplateControlParser
System.Web.UI.PageParser
System.Web.UI.BaseParser
System.Web.UI.TemplateParser
System.Web.UI.BaseTemplateParser
System.Web.UI.TemplateControlParser
System.Web.UI.PageParser
Community Additions
ADD
Show: