obsidian-web/Pages/_ViewImports.cshtml
Curle b8da68566f Add a standard ASP.NET Core 2.2 WebApp.
All the files here were made by running the command
dotnet new webApp -o obsidian --no-https

HTTPS will be enforced net<->user by IIS, not by the web app itself.
2019-07-22 00:28:50 +01:00

4 lines
95 B
Plaintext

@using obsidian
@namespace obsidian.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers