Joonas Westlin 11/3/2017

Discovering controller actions and Razor Pages in ASP.NET MVC Core

Read Original

This technical article provides a guide on discovering controller actions and Razor Pages in ASP.NET MVC Core. It demonstrates the use of the IActionDescriptorCollectionProvider interface to retrieve metadata like action names, HTTP methods, parameters, and routes, including a full code example and JSON output.

Discovering controller actions and Razor Pages in ASP.NET MVC Core

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week