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
How do i skip the current page (news item) in a list of news items shown on this page?
So for example this is news item 02
And i have a section on this page with more news
If you have a list of IPublishedContent containing the other news items, you could simply say something like
newsItems.Where(x => x.Id != Model.Id)
Thank you!. That does the trick
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to skip current page in list
How do i skip the current page (news item) in a list of news items shown on this page?
So for example this is news item 02
And i have a section on this page with more news
If you have a list of IPublishedContent containing the other news items, you could simply say something like
Thank you!. That does the trick
is working on a reply...