RouteBase.RouteExistingFiles プロパティ

定義

既存のファイルと一致する URL をルーティング ASP.NET 処理する必要があるかどうかを示す値を取得または設定します。

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

プロパティ値

trueASP.NET ルーティングが、既存のファイルと一致する要求であっても、すべての要求を処理する場合は >、それ以外の場合は false。 既定値は false です。

適用対象