Raphael Thomas
25 September 2024
Accessing ViewContext Outside a View in C#: Is It Possible?

In ASP.NET Core, obtaining access to ViewContext from outside of a view can be difficult. This topic covers how to use and inject ViewContext in middleware, tag helpers, and utility classes in an efficient manner.