PageParserFilter.TotalNumberOfDependenciesAllowed Property

Definition

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.

Applies to

See also