PageParserFilter.AllowCode Property
.NET Framework (current version)
Gets a value indicating whether an ASP.NET parser filter permits code on the page.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if a parser filter permits code; otherwise, false. The default is false.
The TemplateParser class checks any associated PageParserFilter instance to determine whether a page can contain code that can be compiled.
.NET Framework
Available since 2.0
Available since 2.0
Show: