如何在Blazor中使用TagHelpers?

Seb*_*ter 4 c# asp.net-core asp.net-core-tag-helpers blazor

我创建了一个标记帮助器,并希望在我的Blazor示例项目中使用它.但是,当我想使用标记帮助程序时,编译器会抱怨:

CS0103 The name 'StartTagHelperWritingScope' does not exist in the current context FirstBlazorApp.

在Blazor中制作标签助手还需要什么?

Seb*_*ter 6

Blazor不支持标记帮助程序.至少现在不行.