Where point razor folders "_framework" and "_content"?
Asked Answered
N

2

7

Where point razor folders "_framework" and "_content"?

_host.cshtml

<script src="_framework/blazor.server.js"></script>
<script src="_content/BlazorInputFile/inputfile.js"></script>

there is no inputfile.js nor a BlazorInputFile folder

Nomenclature answered 18/4, 2020 at 13:20 Comment(0)
N
2

simple answer for _content: to wwwroot of those library.

what about _framework? Root directory of library?

Nomenclature answered 26/11, 2020 at 18:0 Comment(0)
M
1

A similar question was raised in a Blazor component vendor's support forum and the answer was that _content/SomeComponent references the Nuget download package.

The location of local Nuget downloads can be configured in Visual Studio.

Marrakech answered 24/10, 2023 at 7:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.