다음을 통해 공유


RouteCollection.RouteExistingFiles 속성

정의

ASP.NET 라우팅에서 기존 파일과 일치하는 URL을 처리할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool RouteExistingFiles { bool get(); void set(bool value); };
public bool RouteExistingFiles { get; set; }
member this.RouteExistingFiles : bool with get, set
Public Property RouteExistingFiles As Boolean

속성 값

ASP.NET 라우팅에서 기존 파일과 일치하는 요청을 포함하여 모든 요청을 처리하면true 이고, 처리하지 않으면 false입니다. 기본값은 false입니다.

설명

이 값은 동적으로 변경할 수 있지만 서비스가 활성화된 후 변경된 내용은 ASP.NET 라우팅 통합을 사용할 때 무시됩니다. 자세한 내용은 ASP.NET 라우팅 통합을 참조하세요.

적용 대상

추가 정보