PageParserFilter.AllowServerSideInclude(String) 메서드

정의

파서가 페이지에 특정 서버 쪽 포함을 허용하는지 여부를 결정합니다.

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

포함된 파일의 가상 경로입니다.

반품

true파서가 특정 서버 쪽 포함을 허용하면 이고, 그렇지 않으면 . false 기본값은 false입니다.

설명

모든 또는 특정 서버 쪽 포함을 거부하도록 메서드를 재정 AllowServerSideInclude 의합니다. 서버 쪽 포함 구문에 대한 자세한 내용은 Server-Side Include 지시문 구문을 참조하세요.

적용 대상