This documentation is archived and is not being maintained.
ControlBuilder.Parser Property
.NET Framework 1.1
Gets the TemplateParser responsible for parsing the control.
[Visual Basic] Protected ReadOnly Property Parser As TemplateParser [C#] protected TemplateParser Parser {get;} [C++] protected: __property TemplateParser* get_Parser(); [JScript] protected function get Parser() : TemplateParser;
Property Value
The TemplateParser used to parse the control.
Remarks
This property retrieves the TemplateParser responsible for parsing the control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ControlBuilder Class | ControlBuilder Members | System.Web.UI Namespace | TemplateParser
Show: