Thank you, this works prefect for us and one more thing I am using the latest syncfusion version 18.4.0.30.
So our Host.chshtml looks like below so is this correct or we need to update anything in below file for version 18.4.0.30?
@page "/"
@namespace TestReview.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@using EmbeddedBlazorContent
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CHSFileReview</title>
<base rel='nofollow' href="~/" />
<link rel="stylesheet" rel='nofollow' href="css/bootstrap/bootstrap.min.css" />
<link rel='nofollow' href="_content/Blazored.Typeahead/blazored-typeahead.css" rel="stylesheet" />
<link rel='nofollow' href="css/site.css" rel="stylesheet" />
<link rel='nofollow' href="css/fabric.css" rel="stylesheet" />
<link rel='nofollow' href="css/material.css" rel="stylesheet" />
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap4.css" rel="stylesheet" />
@*<link rel='nofollow' href=" https://cdn.syncfusion.com/blazor/18.1.36-beta/styles/bootstrap4.css" rel="stylesheet" />*@
<link rel='nofollow' href="_content/MatBlazor/dist/matBlazor.css" rel="stylesheet" />
@*<script src="https://cdn.syncfusion.com/blazor/18.3.47/syncfusion-blazor.min.js"></script>*@
<script src="_content/Blazored.Typeahead/blazored-typeahead.js"></script>
@Html.EmbeddedBlazorContent()
</head>
<body>
<app>
@(await Html.RenderComponentAsync<App>(RenderMode.ServerPrerendered))
</app>
<script src="_framework/blazor.server.js"></script>
<script src="_content/Blazored.Typeahead/blazored-typeahead.js"></script>