November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi Mark,
Is Html.ContentLink not generating your anchor tag + link in CMS12? But it was working in CMS11?
Then in the title of your post you mention it works with cms pages but catalogue content?
Hello Mark,
Dos it work for you?
_urlResolver.Service.GetUrl(contentReference, language);
Cna you query your Root Node and see what it's resolving to?
referenceConverter.GetRootLink();
Thank you everyone for the replies.
Currently i tried to create ContentLink and only working in Root Category
Sorry for the incremental questions but my next one was:
if you were to manually navigate to https://localhost:5000/068/Electronics , would it resolve to your category page?
Also try https://localhost:5000/068/{seo url property of electronics category}
Hi everyone, i was able to resolve this issue by changing the ContentController<NodeContent> to ContentController<Category>
I don't know the exact reason why using NodeContent in ContentController doesn't work in newer version of episerver.
CMS 12.3.2
Commerce 14.1.3
Code in view
Serialized value of content link
The old code works but in the migrated code it doesn't