When we are adding Umbraco form through the partial view model call then it is not getting the content and hitting the controller method which we are using for the
getting data in the model page.
example:-
@model IList
But when we are adding Umbraco form through the view with inherit it is working fine and getting the content.
example:-
@inherits UmbracoViewPage<>
FORM HIDDEN FIELD
When we are adding Umbraco form through the partial view model call then it is not getting the content and hitting the controller method which we are using for the getting data in the model page.
example:- @model IList
But when we are adding Umbraco form through the view with inherit it is working fine and getting the content. example:- @inherits UmbracoViewPage<>
is working on a reply...