Html – Using kendoui in ASP.NET Core – does not work correctly
I want to use kendoui in my ASP.NET Core project. I have following parts - _Layout.cshtml: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>@ViewData["Title"] - CarWash</title> <!-- Bootstrap & Kendo CSS --> <link rel="stylesheet"…