Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Html Helper missing RenderPartial #3705

@mikes-gh

Description

@mikes-gh

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions