but on EditorFor I'm gettong error "The type arguments for method 'HtmlHelperRenderExtensions.EditorFor<T>(HtmlHelper, string, string, object) cannot be inferred from the usage. Try specifying the type arguments explicitly." How do I fix this? Do I have some reference missing?
Problem with partial view
Hi,
I'm doing https://our.umbraco.com/documentation/reference/templating/mvc/Forms/tutorial-partial-views and I'm trying to do the partial view `
`
but on EditorFor I'm gettong error "
The type arguments for method 'HtmlHelperRenderExtensions.EditorFor<T>(HtmlHelper, string, string, object) cannot be inferred from the usage. Try specifying the type arguments explicitly
." How do I fix this? Do I have some reference missing?Thanks
Did no one go through this training?
Hi Sonja
I could be wrong, but I think it should be:
Kind regards
Paul
No I have solved it. I should remove all the references in the view so it would be like
and call it from the page with
is working on a reply...