SpaStaticFilesOptions Class

Definition

Represents options for serving static files for a Single Page Application (SPA).

public ref class SpaStaticFilesOptions
public class SpaStaticFilesOptions
type SpaStaticFilesOptions = class
Public Class SpaStaticFilesOptions
Inheritance
SpaStaticFilesOptions

Constructors

SpaStaticFilesOptions()

Properties

RootPath

Gets or sets the path, relative to the application root, of the directory in which the physical files are located.

If the specified directory does not exist, then the UseSpaStaticFiles(IApplicationBuilder) middleware will not serve any static files.

Applies to