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
Hello Faced such a problem
When prompted, does not see the sorting Random()
Who faced?
On version 7.X, I successfully applied this sorting technique
Hi Lev
Use this method:
Model.Parent.Children.Where(x => x.Id != Model.Id).OrderBy(t => Guid.NewGuid()).Take(6)
Thanks,
Alex
thank Works great
It turns out method Random () removed ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Does not see the method random
Hello Faced such a problem
When prompted, does not see the sorting Random()
Who faced?
On version 7.X, I successfully applied this sorting technique
Hi Lev
Use this method:
Thanks,
Alex
thank Works great
It turns out method Random () removed ?
is working on a reply...