Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Anthony, do you have any examples of using uTagsy with Razor to actually pull nodes taged with certain tags?
There are a few ways to do it.
You could iterate over all nodes using the content api. This is fine for up to about 2000 nodes. Or you could use lucene. But you would need to do a custom injection.
Here's the lucene injection in uBlogsy:
https://bitbucket.org/anthonydotnet/ublogsy/src/45794a0ec32bb6d8db9916d3da35b16a8a05f15d/Source/uBlogsy.BusinessLogic/EventHandlers/UmbracoExamineEvents.cs?at=mvc
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using uTagsy with Razor
Hi Anthony, do you have any examples of using uTagsy with Razor to actually pull nodes taged with certain tags?
There are a few ways to do it.
You could iterate over all nodes using the content api. This is fine for up to about 2000 nodes. Or you could use lucene. But you would need to do a custom injection.
Here's the lucene injection in uBlogsy:
https://bitbucket.org/anthonydotnet/ublogsy/src/45794a0ec32bb6d8db9916d3da35b16a8a05f15d/Source/uBlogsy.BusinessLogic/EventHandlers/UmbracoExamineEvents.cs?at=mvc
is working on a reply...