다음을 통해 공유


PageParserFilter.NumberOfDirectDependenciesAllowed 속성

정의

페이지 파서가 단일 페이지에서 허용하는 직접 파일 종속성의 최대 개수를 가져옵니다.

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

속성 값

Int32

페이지 파서가 페이지에서 구문 분석할 수 있는 직접 파일 종속성의 최대 개수입니다. 기본값은 0으로, 종속성이 허용되지 않음을 나타냅니다.

설명

TemplateParser 클래스의 직접 수 하는 추적 및 간접 파일 종속성, 구문 분석 하 고 한도 초과 하면 설정한는 PageParserFilter 경우 예외가 throw 됩니다.

적용 대상

추가 정보