SpaOptions.DefaultPage Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’URL de la page par défaut qui héberge votre interface utilisateur SPA.
La valeur par défaut est "/index.html"
.
public:
property Microsoft::AspNetCore::Http::PathString DefaultPage { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString DefaultPage { get; set; }
member this.DefaultPage : Microsoft.AspNetCore.Http.PathString with get, set
Public Property DefaultPage As PathString