Skip to content

Instantly share code, notes, and snippets.

@CoreProgramm
Created January 26, 2020 14:31
Show Gist options
  • Save CoreProgramm/7462ec2c554ea758d002fad5eaa49ee2 to your computer and use it in GitHub Desktop.
Save CoreProgramm/7462ec2c554ea758d002fad5eaa49ee2 to your computer and use it in GitHub Desktop.
public Startup(IConfiguration configuration,IHostingEnvironment _env)
{
Configuration = configuration;
string sAppPath = _env.ContentRootPath; //Application Base Path
string swwwRootPath = _env.WebRootPath; //wwwroot folder path
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment