The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SMSaranya Murugasamy Syncfusion Team April 2, 2020 01:29 PM UTC
Hi Volkan-a,
Greetings from Syncfusion.
From version 18.1.0.42, we automatically load the scripts from Syncfusion.Blazor Nuget package, hence you need not refer these scripts in your application.
You can disable this resource loading by passing boolean argument by "AddSyncfusionBlazor(true)" in Startup.cs file. Then, you can load the script in the HEAD element if the "~/Pages/_Host.cshtml" page.