Error Creating Custom ContentPart Orchard CMS
问题 I am getting the error "The model item passed into the dictionary is of type 'Orchard.UI.Zones.ZoneHolding', but this dictionary requires a model item of type'First.Module.Models.PersonListPart'" , when entering the editor page for the content in the admin dashboard. My content driver looks like: public class PersonListPartDriver : ContentPartDriver<PersonListPart> { protected override DriverResult Display( PersonListPart part, string displayType, dynamic shapeHelper) { return ContentShape(