PageParserFilter.TotalNumberOfDependenciesAllowed Property
.NET Framework (current version)
Gets the maximum number of direct and indirect file dependencies that the page parser permits for a single page.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Int32The maximum number of direct and indirect file dependencies the page parser can parse for a page. The default is 0, which indicates that no dependencies are allowed.
The TemplateParser class keeps track of the number of direct and indirect file dependencies it parses, and if the number exceeds the limit set by a PageParserFilter instance, it throws an exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: