PageParserFilter.NumberOfDirectDependenciesAllowed 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 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.