razor-class-library Questions

3

Solved

I have a Razor Class Library that I've been using for months with .NetCore3 then .NetCore 5 without a problem. After recently updating our blazor server application and our Razor Class Library to ....
Ingenuity asked 25/11, 2021 at 14:22

1

I am building razor class library. that can be consumed by multiple application. Razor class library has components that are developed in mudblazor. Here is the Question : Mudblazor has static file...
Washedout asked 29/10, 2021 at 13:18

5

Solved

I am having difficulties implementing static files in razor class library (.net Core 3.1) that are consumed by an ASP.NET Core (v3.1) application. When trying to access the static files, I only ge...

2

I am having a problem here, I created a Blazor app (server side) with core 3.1, then I created a Razor class library (old razorlib) with this classlib I can create blazor comp and reuse in my blaz...
Fodder asked 17/12, 2019 at 9:32

1

Solved

This page explains how to create a Razor class library where to put shared components. I've tried to create a sample Blazor Server-Side project where its index.razor has a component that is defined...

2

Is there a way to when creating a Razor class library and in there you have js, css it will automatically add the reference links in _Host.cshtml from Blazor app? making it short I do not want t...
Gustavogustavus asked 18/12, 2019 at 0:49
1

© 2022 - 2024 — McMap. All rights reserved.