@{ ViewData["Title"] = "QR Scanner"; Layout = "~/Views/Shared/_Layout.cshtml"; } @await Html.PartialAsync("~/Areas/Inventory/Views/_InventoryPartial.cshtml");
Item Name: {{ thisItem.productName }}
Part Number: {{ thisItem.partNumber }}
Serial Number: {{ thisItem.serialNumber }}
PIC: Station PIC
Welcome, Admin! You have full access.
*@ @*Welcome, User! You have limited access.
*@ @*Guest View: Please log in.
*@ @*