SharedOptionsBase(SharedOptions) Constructor

Definition

Creates an new instance of the SharedOptionsBase.

protected:
 SharedOptionsBase(Microsoft::AspNetCore::StaticFiles::Infrastructure::SharedOptions ^ sharedOptions);
protected SharedOptionsBase (Microsoft.AspNetCore.StaticFiles.Infrastructure.SharedOptions sharedOptions);
new Microsoft.AspNetCore.StaticFiles.Infrastructure.SharedOptionsBase : Microsoft.AspNetCore.StaticFiles.Infrastructure.SharedOptions -> Microsoft.AspNetCore.StaticFiles.Infrastructure.SharedOptionsBase
Protected Sub New (sharedOptions As SharedOptions)

Parameters

sharedOptions
SharedOptions

Applies to