Share via


RouteBase.RouteExistingFiles Proprietà

Definizione

Ottiene o imposta un valore che indica se il routing ASP.NET deve gestire gli URL che corrispondono a un file esistente.

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

Valore della proprietà

Boolean

true se il routing ASP.NET gestisce tutte le richieste, incluse quelle che corrispondono a un file esistente. In caso contrario, false. Il valore predefinito è false.

Si applica a