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.
An unhandled exception occurred while processing the request.
InvalidOperationException: The following sections have been defined but have not been rendered by the page at '/Views/Shared/_Layout.cshtml': 'adminMenu'.
I use the "section" to make various versions of the views using the same "layout.cshtml" for different browsers, users, permissions and requests types with the same controller and model.
The way I current make this in asp.net 4.5 is like the code bellow, but this workaround doesn't work properly in asp.net 5 beta 7. This was discussed in the issue #3283