A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Dear EPISErver Team,
It seems, that Html.ShellCssLink doesn't work properly.
I tried to use it on view as @Html.ShellCssLink("ClientResources/epi/themes/legacy/ShellCoreLightTheme.css"). But it doesn't generate html markup, it generates text like
<link href="/EPiServer/Shell/1.0.456/ClientResources/epi/themes/legacy/ShellCoreLightTheme.css" rel="stylesheet"></link>
And as a result I see this text on my page in browser.
How to use @Html.ShellCssLink to generate html 'link' ?
Thank you.