Skip to content

Instantly share code, notes, and snippets.

@csharpfritz csharpfritz/index.cshtml Secret
Created Jun 27, 2016

Embed
What would you like to do?
ASP.NET Core Dependency Injection in a Razor template
@using Microsoft.Extensions.Configuration
@inject IConfigurationRoot Config
@{
ViewData["Title"] = "Home Page";
var env = Config["ASPNETCORE_Environment"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.