London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi
I think the problem is the name of the parameter (block). If I remember correctly it has to be called either currentContent or currentBlock. That is because the model binding is looking for a parameter called that to bind the model to.
Regards
Per Gunsarfs
Ha ha, had the same issue with pages, this is the list of working parameter names:
http://www.mogul.com/en/about-mogul/blog/sniff-page-parameter-in-my-controller-is-null
Hi.
This is our defined block type:
And this is our block controller:
The problem is that the block parameter to the Index method is null.
Everything works fine when I have a view named "RowBlock" (i.e. without a controller), but when we introduce a controller the block is null. Any suggestions to why this might be?
Thank you.