다음을 통해 공유


PageParser.DefaultPageParserFilterType 속성

정의

구문 분석 시 사용해야 하는 페이지 파서 필터를 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static property Type ^ DefaultPageParserFilterType { Type ^ get(); void set(Type ^ value); };
public static Type DefaultPageParserFilterType { get; set; }
member this.DefaultPageParserFilterType : Type with get, set
Public Shared Property DefaultPageParserFilterType As Type

속성 값

Type

페이지 파서 필터의 형식입니다.

설명

이 속성 전에 액세스 해야 합니다 PreApplicationStart Global.asax 파일에서 이벤트가 발생 합니다.

적용 대상