PageParserFilter.ProcessCodeConstruct(CodeConstructType, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이후에 파서 필터에서 코드 블록을 처리해야 하는지 여부를 나타내는 값을 반환합니다.
public:
virtual bool ProcessCodeConstruct(System::Web::UI::CodeConstructType codeType, System::String ^ code);
public virtual bool ProcessCodeConstruct (System.Web.UI.CodeConstructType codeType, string code);
abstract member ProcessCodeConstruct : System.Web.UI.CodeConstructType * string -> bool
override this.ProcessCodeConstruct : System.Web.UI.CodeConstructType * string -> bool
Public Overridable Function ProcessCodeConstruct (codeType As CodeConstructType, code As String) As Boolean
매개 변수
- codeType
- CodeConstructType
코드 구문의 형식을 식별하는 CodeConstructType 열거형 값 중 하나입니다.
- code
- String
코드 구문 내의 코드가 들어 있는 문자열 리터럴입니다.
반환
파서에서 코드 구문을 추가로 처리해야 하면 true
이고, 그렇지 않으면 false
입니다. 기본값은 false
입니다.
설명
재정의할 수 있습니다 합니다 ProcessCodeConstruct 사용자 지정을 구현 하는 경우 코드 구문에 포함 된 코드를 구문 분석할 메서드의 PageParserFilter합니다. 이 메서드는 반환 코드를 처리 한 후 true
파서는 고 그렇지 않으면 추가 코드를 처리 해야 하면, 반환 false
합니다.
허용 되는 코드 구문의 형식는 CodeConstructType 열거형 값입니다.
ProcessCodeConstruct .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.