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

属性值

如果 ASP.NET 路由处理所有请求(即使与现有文件匹配的请求),则为 true;否则为 false。 默认值是 false

适用于