This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Should Html.PrimeCache be named Html.PrimeCacheAsync? #246
Closed
Description
MVC APIs that return Task
/Task<T>
have the Async
suffix, e.g. Html.PartialAsync
.
For consistency with MVC APIs and as an indicator to developers that they should @await
the result, shouldn't Html.PrimeCache
be named Html.PrimeCacheAsync
?
Metadata
Metadata
Assignees
Labels
No labels