Skip to content

Instantly share code, notes, and snippets.

@christiannagel
Created May 24, 2018 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannagel/ccf67a95c7a63d4b3bf42b09153b257c to your computer and use it in GitHub Desktop.
Save christiannagel/ccf67a95c7a63d4b3bf42b09153b257c to your computer and use it in GitHub Desktop.
Common layout for identity pages - ASP.NET Core 2.1
@{
Layout = "/Views/Shared/_Layout.cshtml";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment