Adds the ability to inspect metadata about a controller by adding the ?inspect query string.
Info
| Version: | 1.1.0 |
| Author(s): | Phil Haack |
| Last Update: | Wednesday, July 25, 2012 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Haacked/CodeHaacks |
| NuGet Url: | https://www.nuget.org/packages/MvcHaack.ControllerInspector |
Install
Install-Package MvcHaack.ControllerInspector
dotnet add package MvcHaack.ControllerInspector
paket add MvcHaack.ControllerInspector
MvcHaack.ControllerInspector Download (Unzip the "nupkg" after downloading)
Dependencies
- RazorGenerator.Templating(1.2.1)
- WebActivator(1.5)
Tags