PageParserFilter.CalledFromParseControl Property
.NET Framework (current version)
Gets a value that indicates whether the parser filter was called from the page.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if a parser filter was called from the page; otherwise, false.
This property is set to true when an implementation of the PageParserFilter class is invoked by calling the ParseControlmethod of the Page class or by calling the ParseControl method of the TemplateControl reference of the Page class.
.NET Framework
Available since 4.0
Available since 4.0
Show: