ISpaBuilder.Options 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.
Décrit les options de configuration pour l’hébergement d’un spa.
public:
property Microsoft::AspNetCore::SpaServices::SpaOptions ^ Options { Microsoft::AspNetCore::SpaServices::SpaOptions ^ get(); };
public Microsoft.AspNetCore.SpaServices.SpaOptions Options { get; }
member this.Options : Microsoft.AspNetCore.SpaServices.SpaOptions
Public ReadOnly Property Options As SpaOptions