0
0

Add rag helpers usage

This commit is contained in:
Sergey Chebotar 2023-02-08 07:56:08 +03:00
parent 1808067ff2
commit 0105789fa3

View File

@ -1,4 +1,6 @@
@model IQueryable<MyDarling.Models.UnderwearBundle>;
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
Layout = "_Layout";
}