Freigeben über


SpaOptions.DefaultPage Eigenschaft

Definition

Ruft die URL der Standardseite ab, die Ihre SPA-Benutzeroberfläche hostet, oder legt sie fest. Der Standardwert ist "/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

Eigenschaftswert

Gilt für: