From dbc4f02cea3b4ea784c21e9be311f1cd34c67148 Mon Sep 17 00:00:00 2001 From: SF4524LogeshKumar Date: Mon, 9 Jun 2025 12:30:36 +0530 Subject: [PATCH] 958028: Getting started UG corrections for blazor server app --- .../pdfviewer-2/getting-started/server-side-application.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/blazor/pdfviewer-2/getting-started/server-side-application.md b/blazor/pdfviewer-2/getting-started/server-side-application.md index 4155f30c5a..ab618f9202 100644 --- a/blazor/pdfviewer-2/getting-started/server-side-application.md +++ b/blazor/pdfviewer-2/getting-started/server-side-application.md @@ -133,7 +133,11 @@ N> [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewe ## Adding stylesheet and script -Add the following stylesheet and script to the head section of the **~/Pages/_Host.cshtml** file. +Add the following stylesheet and script to the head section. The theme stylesheet and script can be accessed from NuGet through [Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets). Reference the stylesheet and script in the `` of the main page as follows: + +* For **.NET 6** Blazor Server app, include it in **~/Pages/_Layout.cshtml** file. + +* For **.NET 7** Blazor Server app, include it in the **~/Pages/_Host.cshtml** file. {% tabs %} {% highlight cshtml %}