You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a viewcomponent I used the tag helper notation to render in view:
<vc:bread-crumb></bread-crumb> and it dose not work. If I use the @await Component.InvokeAsync("BreadCrumb") it dose work. How to debug the problem ?
I added @addTagHelper *, <assemblyName> in _ViewImports.cshtml
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: 62cdbf88-1fff-6999-f75a-26fbe730b911
Version Independent ID: bc48b5cb-d500-f75d-8e48-be4d069a9198
Hi,
After creating a viewcomponent I used the tag helper notation to render in view:
<vc:bread-crumb></bread-crumb> and it dose not work. If I use the @await Component.InvokeAsync("BreadCrumb") it dose work. How to debug the problem ?
I added @addTagHelper *, <assemblyName> in _ViewImports.cshtml
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: