Interactive Tag Helpers Source Code

Here’s a direct link to the interactive demo of ASP.NET Core’s Tag Helpers.

Once you’ve downloaded and unzipped the code, simply open the solution in Visual Studio and launch the application.

You should find yourself looking at a form. Try submitting the form using different values.

You will see the values you enter in the form appear in the pane on the right when you submit the form.

This shows precisely what model ended up being passed to the ASP.NET Controller action.

If you have any questions about this demo feel free to drop me an email and I’ll do my best to help you out :-)