I'm experiencing difficulties when converting helpers to functions as per the DW10 documentation:
I'm seeing this error when I try to call a converted helper in the template:
Line 788: Argument 1: cannot convert from 'void' to 'object' The function in question:![]()
I am calling the function in the template where I want to use it like so:
@RenderErhvervsTypeCheckboxes("blabla")
Am I missing something obvious? :-)