다음을 통해 공유


PageParser.DefaultUserControlBaseType 속성

정의

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

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

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

속성 값

Type

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

설명

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

적용 대상