ControlBuilderAttribute(Type) 생성자

정의

사용자 지정 컨트롤의 컨트롤 작성기를 지정합니다.

public:
 ControlBuilderAttribute(Type ^ builderType);
public ControlBuilderAttribute(Type builderType);
new System.Web.UI.ControlBuilderAttribute : Type -> System.Web.UI.ControlBuilderAttribute
Public Sub New (builderType As Type)

매개 변수

builderType
Type

컨트롤 작성기 형식입니다.

설명

사용자 지정 컨트롤과 컨트롤 작성기 형식의 연결은 사용자 지정 컨트롤 작성기 클래스 앞에 다음 특성 정의를 사용하여 가져옵니다.

[ControlBuilderAttribute(typeof(controlbuildertype))]  

적용 대상