Search code examples
c#razorrazor-pages

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


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


Solution

  • simple answer for _content: to wwwroot of those library.

    what about _framework? Root directory of library?