diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 574c54b..64fecfa 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -1,5 +1,6 @@ @model IQueryable; @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@using System.Globalization; @{ Layout = "_Layout"; @@ -69,7 +70,7 @@
@bundle.Name
- @bundle.Price.ToString("c0") + @String.Format(new CultureInfo("ru-RU"), "{0:C0}", @bundle.Price)