summaryrefslogtreecommitdiff
path: root/Views/Home/Index.cshtml
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-08 07:56:08 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-08 07:56:08 +0300
commit0105789fa319252d29424928ce7ac4e463d72d38 (patch)
tree6795789d381eefcbc1d7908c95b3de6a0446ec85 /Views/Home/Index.cshtml
parent1808067ff28c02f8442f6bbec347d1b235c8c5c3 (diff)
Add rag helpers usage
Diffstat (limited to 'Views/Home/Index.cshtml')
-rw-r--r--Views/Home/Index.cshtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml
index 7ecbe82..95a5262 100644
--- a/Views/Home/Index.cshtml
+++ b/Views/Home/Index.cshtml
@@ -1,4 +1,6 @@
@model IQueryable<MyDarling.Models.UnderwearBundle>;
+@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
+
@{
Layout = "_Layout";
}