다음을 통해 공유


RouteBase.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

속성 값

Boolean

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

적용 대상