Browse Source
Merge pull request #1 from Pantalones411/dev
Added Application Insights Web for the webMVC app to capture real use…
pull/1645/head
gsvkarteek
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
src/Web/WebMVC/Views/Shared/_Layout.cshtml
-
src/Web/WebMVC/Views/_ViewImports.cshtml
|
|
@ -30,6 +30,7 @@ |
|
|
|
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" /> |
|
|
|
<link rel="stylesheet" href="~/css/override.css" type="text/css" /> |
|
|
|
</environment> |
|
|
|
@Html.Raw(JavaScriptSnippet.FullScript) |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<header class="esh-app-header"> |
|
|
|
|
|
@ -2,4 +2,5 @@ |
|
|
|
@using Microsoft.eShopOnContainers.WebMVC.ViewModels |
|
|
|
@using Microsoft.AspNetCore.Identity |
|
|
|
|
|
|
|
@inject Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet JavaScriptSnippet |
|
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |