PageParser.DefaultUserControlBaseType 속성

정의

모든 사용자 컨트롤이 파생되는 형식을 가져오거나 설정합니다.

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

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

속성 값

사용자 컨트롤이 파생되는 형식입니다.

설명

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

적용 대상