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
Looks like I can add _ViewImports.cshtml to the root of my app so it gets shared across my views and pages, but _ViewStart.cshtml only gets picked up by pages when it is under the Pages directory.
Looks like I can add
_ViewImports.cshtmlto the root of my app so it gets shared across my views and pages, but_ViewStart.cshtmlonly gets picked up by pages when it is under the Pages directory.