ModelBindingException v13
# help-with-umbraco
e
I'm working on a small hobby project where I import some NHL data and save and publish that data. So far so good. The idea now is that I basically want to present the data in the view. I'm probably missing something very obvious but I'm getting a bit burnt out by this problem and the documentation ain't getting through. Any kind soul out there who could take a look at some point? Happy easter folks! https://cdn.discordapp.com/attachments/1223565551671054416/1223565551800942632/image.png?ex=661a5138&is=6607dc38&hm=4896ed69729acc38fbfec59644894da57ffa54d4a0fa1f01da6196514effced3& https://cdn.discordapp.com/attachments/1223565551671054416/1223565552048672809/image.png?ex=661a5138&is=6607dc38&hm=e6f7285d1632a0376bbb7f9d16fb13cdcad9abd4176f4e61b7fb302306629ec5&
l
@Erik White what exactly isn’t working here? The only thing I can spot that might be wrong here, but the usage of your TeamData on line 20 looks wrong? Or at least not how I use ModelBuilder models. Assuming it is a generated model? Try var team = new TeamData(content, _publishedValueFallback)
e
m
You want to be using a Render controller Umbraco.Cms.Web.Common.Controllers.RenderController
3 Views