PageParser.DefaultPageBaseType 속성

정의

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

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

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

속성 값

유형입니다.

설명

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

적용 대상