Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No error to debug tag helper rendering #9753

Closed
LucaGabi opened this issue Nov 30, 2018 — with docs.microsoft.com · 3 comments
Closed

No error to debug tag helper rendering #9753

LucaGabi opened this issue Nov 30, 2018 — with docs.microsoft.com · 3 comments
Assignees
Labels
Source - Docs.ms Docs Customer feedback via GitHub Issue
Milestone

Comments

Copy link

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.

@dotnet-bot dotnet-bot added the Source - Docs.ms Docs Customer feedback via GitHub Issue label Nov 30, 2018
@scottaddie
Copy link
Member

@LucaGabi Do you have a simple project I can see that reproduces the problem?

Copy link

KSib commented Jan 18, 2019

<vc:bread-crumb></bread-crumb> wouldn't work for anyone. It should be <vc:bread-crumb></vc:bread-crumb>

@scottaddie
Copy link
Member

@scottaddie scottaddie self-assigned this Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
None yet
Development

No branches or pull requests

5 participants