Overview/Description
In this course, you will learn how to work with MVC controller route data, and how to create and use ASP.NET MVC controller action results, selectors, and filters in Visual Studio 2017.
Target Audience
Web developers seeking an introductory guide to developing efficient, secure, distributed web applications with adaptive user interfaces using the ASP.NET MVC and MVC 5 frameworks in Visual Studio 2017, and individuals preparing for exam 70-486: Developing ASP.NET MVC Web Applications
obtain and display controller route data in an ASP.NET MVC web application view in Visual Studio 2017
configure an MVC controller route parameter
define new MVC controller action results in an ASP.NET MVC web application
use an ActionName to alias an existing controller action, and use an AcceptVerb to specify the type of HTTP request used to access a particular controller action
globally register a custom controller action filter in an ASP.NET MVC web application in Visual Studio 2017
apply authorization attributes in an ASP.NET MVC web application in Visual Studio 2017
apply authentication filters in an ASP.NET MVC web application in Visual Studio 2017
apply an MVC controller action filter in an ASP.NET MVC web application in Visual Studio 2017
define a custom MVC action filter in an ASP.NET MVC web application in Visual Studio 2017
use the default MVC model binder to pass HTTP request parameters to a controller action method in an ASP.NET MVC web application in Visual Studio 2017
create and use a custom model binder to pass HTTP request parameters to a controller action using form field values in an ASP.NET MVC web application in Visual Studio 2017
apply an MVC controller action filter in an ASP.NET MVC web application in Visual Studio 2017