Community

Handle Unknown Actions In ASP.NET Core MVC

(Bipin Joshi) While working with ASP.NET Core MVC, usually you have known number of actions and views. At times you might come across a situation where you need to deal with actions unknown at development time. Let me briefly explain a situation I recently stumbled upon.