You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
I was upgrading my mvc5 project to mvc6 and came across this issue.
In the above file we have
Partial
PartialAsync
RenderPartialAsync
So I dont think its by design since if render methods were removed/depreciated I would also expect RenderPartialAsyc to be missing.
Even if we should be using a new methodology eg @await Html.PartialAsync ? its going to cause pain for upgraders. What is the official line. I am quite happy to find and replace but it seems unclear to me which way to go,
Thanks
Mike
The text was updated successfully, but these errors were encountered:
Mvc/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/IHtmlHelper.cs
Does not contain RenderPartial.
I was upgrading my mvc5 project to mvc6 and came across this issue.
In the above file we have
Partial
PartialAsync
RenderPartialAsync
So I dont think its by design since if render methods were removed/depreciated I would also expect RenderPartialAsyc to be missing.
Even if we should be using a new methodology eg @await Html.PartialAsync ? its going to cause pain for upgraders. What is the official line. I am quite happy to find and replace but it seems unclear to me which way to go,
Thanks
Mike
The text was updated successfully, but these errors were encountered: