@kandwaalandcogmail-com

@kandwaalandcogmail-com

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Blazor Server App CSS file #103093
    Kandwal Legal
    Participant

    Please check this link for error details https://drive.google.com/file/d/18il7okriR7_H4spZGy6NMQKGc3DPLda3/view?usp=sharing

    How I’m adding

    <head>
    <meta charset=”utf-8″ />
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
    <title>TaskList</title>
    <base href=”~/” />
    <link rel=”stylesheet” href=”css/bootstrap/bootstrap.min.css” />
    <link href=”css/site.css” rel=”stylesheet” />
    <link href=”TaskList.styles.css” rel=”stylesheet” />
    <link href=”_content/Smart.Blazor/css/smart.default.css” rel=”stylesheet” />
    <link href=”_content/Smart.Blazor/css/smart.bootstrap.css” rel=”stylesheet” />
    <script src=”_content/Smart.Blazor/js/smart.blazor.js”></script>
    <script src=”_content/Smart.Blazor/js/smart.elements.js”></script>
    </head>
    <body>
    <component type=”typeof(App)” render-mode=”ServerPrerendered” />

    <div id=”blazor-error-ui”>
    <environment include=”Staging,Production”>
    An error has occurred. This application may no longer respond until reloaded.
    </environment>
    <environment include=”Development”>
    An unhandled exception has occurred. See browser dev tools for details.
    </environment>
    Reload
    đź—™
    </div>

    <script src=”_framework/blazor.server.js”></script>
    </body>

Viewing 1 post (of 1 total)