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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.