Use this page to detail your site's privacy policy.
7 | -------------------------------------------------------------------------------- /APM-Begin/APM.MVC/Views/Product/Index.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Product List"; 3 | } 4 | 5 |12 | Name 13 | | 14 |15 | Current Cost 16 | | 17 |18 | Current Price 19 | | 20 |21 | Current Margin 22 | | 23 |24 | Last Effective Date 25 | | 26 |27 | |
---|---|---|---|---|---|
32 | @Html.DisplayFor(modelItem => product.Name) 33 | | 34 |35 | @Html.DisplayFor(modelItem => product.Cost) 36 | | 37 |38 | @Html.DisplayFor(modelItem => product.Price) 39 | | 40 |41 | | 42 |43 | @Html.DisplayFor(modelItem => product.EffectiveDate) 44 | | 45 |46 | @Html.ActionLink("Edit", "Edit", new { id = product.Id }) | 47 | @Html.ActionLink("Details", "Details", new { id = product.Id }) | 48 | @Html.ActionLink("Delete", "Delete", new { id = product.Id }) 49 | | 50 |
12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | The Development environment shouldn't be enabled for deployed applications. 22 | It can result in displaying sensitive information from exceptions to end users. 23 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development 24 | and restarting the app. 25 |
26 | -------------------------------------------------------------------------------- /APM-Begin/APM.MVC/Views/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |Use this page to detail your site's privacy policy.
7 | -------------------------------------------------------------------------------- /APM-Final/APM.MVC/Views/Product/Index.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Product List"; 3 | } 4 | 5 |12 | Name 13 | | 14 |15 | Current Cost 16 | | 17 |18 | Current Price 19 | | 20 |21 | Current Margin 22 | | 23 |24 | Last Effective Date 25 | | 26 |27 | |
---|---|---|---|---|---|
32 | @Html.DisplayFor(modelItem => product.Name) 33 | | 34 |35 | @Html.DisplayFor(modelItem => product.Cost) 36 | | 37 |38 | @Html.DisplayFor(modelItem => product.Price) 39 | | 40 |41 | | 42 |43 | @Html.DisplayFor(modelItem => product.EffectiveDate) 44 | | 45 |46 | @Html.ActionLink("Edit", "Edit", new { id = product.Id }) | 47 | @Html.ActionLink("Details", "Details", new { id = product.Id }) | 48 | @Html.ActionLink("Delete", "Delete", new { id = product.Id }) 49 | | 50 |
12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | The Development environment shouldn't be enabled for deployed applications. 22 | It can result in displaying sensitive information from exceptions to end users. 23 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development 24 | and restarting the app. 25 |
26 | -------------------------------------------------------------------------------- /APM-Final/APM.MVC/Views/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |Use this page to detail your site's privacy policy.
7 | -------------------------------------------------------------------------------- /APM-WithUI/APM.MVC/Views/Product/Index.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Product List"; 3 | } 4 | 5 |12 | Name 13 | | 14 |15 | Current Cost 16 | | 17 |18 | Current Price 19 | | 20 |21 | Current Margin 22 | | 23 |24 | Last Effective Date 25 | | 26 |27 | |
---|---|---|---|---|---|
32 | @Html.DisplayFor(modelItem => product.Name) 33 | | 34 |35 | @Html.DisplayFor(modelItem => product.Cost) 36 | | 37 |38 | @Html.DisplayFor(modelItem => product.Price) 39 | | 40 |41 | | 42 |43 | @Html.DisplayFor(modelItem => product.EffectiveDate) 44 | | 45 |46 | @Html.ActionLink("Edit", "Edit", new { id = product.Id }) | 47 | @Html.ActionLink("Details", "Details", new { id = product.Id }) | 48 | @Html.ActionLink("Delete", "Delete", new { id = product.Id }) 49 | | 50 |
12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | The Development environment shouldn't be enabled for deployed applications. 22 | It can result in displaying sensitive information from exceptions to end users. 23 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development 24 | and restarting the app. 25 |
26 | -------------------------------------------------------------------------------- /APM-WithUI/APM.MVC/Views/Shared/_Layout.cshtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |