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

속성 값

true ASP.NET 라우팅이 기존 파일과 일치하는 요청도 모두 처리하면 true, 그렇지 않으면 . 기본값은 false입니다.

설명

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

적용 대상

추가 정보