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 was archived by the owner on Dec 14, 2018. It is now read-only.
A ViewResult returned from a ViewComponentHelper renders a full view. This causes it to run _ViewStarts \ _Layouts etc which was not the intended design goal for ViewComponents. Instead, we should have it return a partial view. This way, they would have the same semantics as Html.Partial.
The text was updated successfully, but these errors were encountered:
A ViewResult returned from a ViewComponentHelper renders a full view. This causes it to run _ViewStarts \ _Layouts etc which was not the intended design goal for ViewComponents. Instead, we should have it return a partial view. This way, they would have the same semantics as Html.Partial.
The text was updated successfully, but these errors were encountered: