1
0

Apq.Cfg.Env.EnvFileCfgSource.CreatePhysicalFileProviderForEnv(string).md 1.2 KB

Apq.Cfg.Env.EnvFileCfgSource

EnvFileCfgSource.CreatePhysicalFileProviderForEnv(string) Method

创建 PhysicalFileProvider,允许访问以点开头的文件(如 .env)

private (Microsoft.Extensions.FileProviders.PhysicalFileProvider Provider,string FileName) CreatePhysicalFileProviderForEnv(string path);

Parameters

path System.String

Returns

<Microsoft.Extensions.FileProviders.PhysicalFileProvider,System.String>