PageParserFilter.TotalNumberOfDependenciesAllowed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum number of direct and indirect file dependencies that the page parser permits for a single page.
public:
virtual property int TotalNumberOfDependenciesAllowed { int get(); };
public virtual int TotalNumberOfDependenciesAllowed { get; }
member this.TotalNumberOfDependenciesAllowed : int
Public Overridable ReadOnly Property TotalNumberOfDependenciesAllowed As Integer
Property Value
The 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.
Remarks
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.