SpaStaticFilesExtensions Class

Definition

Extension methods for configuring an application to serve static files for a Single Page Application (SPA).

public static class SpaStaticFilesExtensions
type SpaStaticFilesExtensions = class
Public Module SpaStaticFilesExtensions
Inheritance
SpaStaticFilesExtensions

Methods

AddSpaStaticFiles(IServiceCollection, Action<SpaStaticFilesOptions>)

Registers an ISpaStaticFileProvider service that can provide static files to be served for a Single Page Application (SPA).

UseSpaStaticFiles(IApplicationBuilder)

Configures the application to serve static files for a Single Page Application (SPA). The files will be located using the registered ISpaStaticFileProvider service.

UseSpaStaticFiles(IApplicationBuilder, StaticFileOptions)

Configures the application to serve static files for a Single Page Application (SPA). The files will be located using the registered ISpaStaticFileProvider service.

Applies to