SharedOptionsBase.SharedOptions 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.
Options common to several middleware components
protected:
property Microsoft::AspNetCore::StaticFiles::Infrastructure::SharedOptions ^ SharedOptions { Microsoft::AspNetCore::StaticFiles::Infrastructure::SharedOptions ^ get(); };
protected Microsoft.AspNetCore.StaticFiles.Infrastructure.SharedOptions SharedOptions { get; }
member this.SharedOptions : Microsoft.AspNetCore.StaticFiles.Infrastructure.SharedOptions
Protected ReadOnly Property SharedOptions As SharedOptions