gpt4 book ai didi

blazor - 找到具有意外名称“Cascading AuthenticationState”的标记元素

转载 作者:行者123 更新时间:2023-12-04 15:49:47 32 4
gpt4 key购买 nike

我在App.razor上收到此错误:


找到具有意外名称的标记元素
'CascadingAuthenticationState'。如果打算将其作为组件,
为其命名空间添加@using指令


这是我正在使用的代码

<CascadingAuthenticationState>
<Router AppAssembly="@typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
</Found>
<NotFound>
<LayoutView Layout="@typeof(MainLayout)">
<p>Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>
</Router>
</CascadingAuthenticationState>


enter image description here

我正在使用Visual Studio 2019预览版,可以运行该应用程序,但是为什么级联中有红线...?谢谢您的帮助。

最佳答案

对我来说,将两个引用都添加到_Imports.razor可以解决同一问题:

@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization


enter image description here

关于blazor - 找到具有意外名称“Cascading AuthenticationState”的标记元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58336875/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com