ISpaBuilder.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes configuration options for hosting a 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