Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

UrlResolutionTagHelper+EncodeFirstSegmentContent #7702

Closed
fatimahAldossari opened this issue Apr 24, 2018 · 2 comments
Closed

UrlResolutionTagHelper+EncodeFirstSegmentContent #7702

fatimahAldossari opened this issue Apr 24, 2018 · 2 comments

Comments

@fatimahAldossari
Copy link

Dears ,

We are working with MVC core 2.0, we tried to make custom TagsHelpers in separate class library and call it in main web project as shown in image below :

tag

the call working fine, and we can see the custom TagHelpers in html pages for main project, but we get problem in rendering page when we go to chrome console to check the reason, we see the following issues as shown in image below :

render

if we remove this line @addTagHelper Framework.Web.TagHelpers, Framework.Web*

from _ViewImports.cshtml the error will gone, but the custom TagheHpers will not working, We tried to clean ComponentModelCache but also the same problem, please any help

@kichalla
Copy link
Member

Seems like a dupe of #7700

Have you been to debug through your custom tag helper when in debug mode? do you see your tag helper code execute? Can you share how your tag helper looks like?

@mkArtakMSFT
Copy link
Member

Closing this in favor of #7700.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants