FileServerOptions.StaticFileOptions Property

Definition

Options for configuring the StaticFileMiddleware.

public:
 property Microsoft::AspNetCore::Builder::StaticFileOptions ^ StaticFileOptions { Microsoft::AspNetCore::Builder::StaticFileOptions ^ get(); };
public Microsoft.AspNetCore.Builder.StaticFileOptions StaticFileOptions { get; }
member this.StaticFileOptions : Microsoft.AspNetCore.Builder.StaticFileOptions
Public ReadOnly Property StaticFileOptions As StaticFileOptions

Property Value

Applies to