PageParserFilter.NumberOfDirectDependenciesAllowed Property

Definition

Gets the maximum number of direct file dependencies that the page parser permits for a single page.

public:
 virtual property int NumberOfDirectDependenciesAllowed { int get(); };
public virtual int NumberOfDirectDependenciesAllowed { get; }
member this.NumberOfDirectDependenciesAllowed : int
Public Overridable ReadOnly Property NumberOfDirectDependenciesAllowed As Integer

Property Value

The maximum number of direct file dependencies the page parser can parse for a page. The default is 0, which that indicates 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