PageParserFilter.AllowControl(Type, ControlBuilder) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 페이지에 대해 지정된 컨트롤 형식이 허용되는지 여부를 나타내는 값을 가져옵니다.
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
매개 변수
- builder
- ControlBuilder
지정된 컨트롤 형식을 빌드하는 데 사용되는 ControlBuilder입니다.
반환
현재 페이지에서 컨트롤을 사용할 수 있으면 true
이고, 그렇지 않으면 false
입니다. 기본값은 false
입니다.
설명
TemplateParser 클래스 구문 분석 시 페이지에서 컨트롤을 허용할지 여부를 확인 합니다. 재정의 AllowControl 메서드 페이지에 특정 컨트롤을 허용 하거나 거부 하도록 합니다.