<head> element of the ~/Pages/_Host.html page." My project does not have this page it has a _layout because it is not a blazer project but a razor project. I have added the script to the _layout.cshtml page but not fixing the issue
|
<head>
<base rel='nofollow' href="~/" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - WebApplication1</title>
<link rel="stylesheet" rel='nofollow' href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" rel='nofollow' href="~/css/site.css" />
<link rel="stylesheet" rel='nofollow' href="https://cdn.syncfusion.com/blazor/18.1.59/styles/bootstrap4.css" />
</head>
|