다음을 통해 공유


PageParser.DefaultPageBaseType 속성

정의

모든 페이지가 파생되는 형식을 가져오거나 설정합니다.

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

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

속성 값

Type

형식입니다.

설명

이 속성 전에만 설정할 수는 PreApplicationStart Global.asax 파일에서 이벤트가 발생 합니다. 언제 든 지가이 속성을 읽을 수 있습니다.

적용 대상