From e4b4105ec0802dd0f1b735e5cb7fba083a0ffe0c Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Thu, 16 Feb 2023 08:28:59 +0300 Subject: Add edit page --- Views/Bundles/Edit.cshtml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Views/Bundles/Edit.cshtml (limited to 'Views/Bundles/Edit.cshtml') diff --git a/Views/Bundles/Edit.cshtml b/Views/Bundles/Edit.cshtml new file mode 100644 index 0000000..60a2420 --- /dev/null +++ b/Views/Bundles/Edit.cshtml @@ -0,0 +1,34 @@ +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers + + + + + + Bundles list + + + + + + + + + + + + + + + + + + + + + + +
#NameDescritionPrice
@Model.Id@Model.Name@Model.Description@Model.Price
+
+ + + \ No newline at end of file -- cgit v1.2.3