PageParserFilter.AllowServerSideInclude(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파서가 페이지에서 특정 서버측 Include를 허용하는지 여부를 확인합니다.
public:
virtual bool AllowServerSideInclude(System::String ^ includeVirtualPath);
public virtual bool AllowServerSideInclude (string includeVirtualPath);
abstract member AllowServerSideInclude : string -> bool
override this.AllowServerSideInclude : string -> bool
Public Overridable Function AllowServerSideInclude (includeVirtualPath As String) As Boolean
매개 변수
- includeVirtualPath
- String
포함된 파일의 가상 경로입니다.
반환
파서가 특정 서버측 Include를 허용하면 true
이고, 그렇지 않으면 false
입니다. 기본값은 false
입니다.
설명
재정의 AllowServerSideInclude 모두 거부 하는 방법 또는 특정 서버 쪽 포함 합니다. 구문을 포함 하는 서버 쪽에 대 한 자세한 내용은 참조 하세요 서버 쪽 포함 지시문 구문합니다.