コード例 #1
0
        public Startup(IConfiguration configuration, IHostingEnvironment env)
        {
            Configuration = configuration;

            BaseConfig.SetBaseConfig(Configuration, env.ContentRootPath, env.WebRootPath);
        }