HomeModel.People Property
- Namespace:
- Weavy.Web.Models
- Assembly:
- Weavy.Web.dll
Gets the list of people to display on the home page.
public PagedList People { get; set; }
Property value
Weavy.Core.Collections.PagedList{Weavy.Core.Models.User}