다음을 통해 공유


PageParserFilter.AllowControl(Type, ControlBuilder) 메서드

정의

이 페이지에 대해 지정된 컨트롤 형식이 허용되는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual bool AllowControl(Type ^ controlType, System::Web::UI::ControlBuilder ^ builder);
public virtual bool AllowControl (Type controlType, System.Web.UI.ControlBuilder builder);
abstract member AllowControl : Type * System.Web.UI.ControlBuilder -> bool
override this.AllowControl : Type * System.Web.UI.ControlBuilder -> bool
Public Overridable Function AllowControl (controlType As Type, builder As ControlBuilder) As Boolean

매개 변수

controlType
Type

추가할 컨트롤의 형식을 나타내는 Type입니다.

builder
ControlBuilder

지정된 컨트롤 형식을 빌드하는 데 사용되는 ControlBuilder입니다.

반환

Boolean

현재 페이지에서 컨트롤을 사용할 수 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

TemplateParser 클래스 구문 분석 시 페이지에서 컨트롤을 허용할지 여부를 확인 합니다. 재정의 AllowControl 메서드 페이지에 특정 컨트롤을 허용 하거나 거부 하도록 합니다.

적용 대상