@page "/" @namespace DurnyklyYol.Blazor.Server @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @using DevExpress.ExpressApp.Blazor.Components DurnyklyYol @{ string userAgent = Request.Headers["User-Agent"]; bool isIE = userAgent.Contains("MSIE") || userAgent.Contains("Trident"); } @if(isIE) {
Internet Explorer is not supported.

DurnyklyYol cannot be loaded in Internet Explorer.
Please use a different browser.

} else { // Uncomment this link to enable CSS isolation. For more information, refer to the following topic: https://learn.microsoft.com/en-us/aspnet/core/blazor/components/css-isolation //
}