ASP.NET MVC Web Applications: Web API Routes & Controllers

Visual Studio 2017    |    Intermediate
  • 14 videos | 45m
  • Includes Assessment
  • Earns a Badge
Rating 4.4 of 60 users Rating 4.4 of 60 users (60)
Learn how to register and configure ASP.NET Web API routes, and how to implement ASP.NET Web API controller HTTP methods in Visual Studio 2017.

WHAT YOU WILL LEARN

  • Implement a default web api controller route in an asp.net mvc web application
    Implement a custom web api route that uses a controller action name in its route template in asp.net mvc web application
    Register web api controller routes with the web api framework in an asp.net mvc web application
    Use the nonaction attribute to prevent a controller method from being invoked as an action in an asp.net mvc web application
    Use the actionname attribute to override web api controller action names in an asp.net mvc web application
    Use the httprouteurl helper to generate urls in an mvc view that invoke web api controller methods in an asp.net mvc web application
    Implement an http get method for a web api controller in an asp.net mvc web application
  • Define an http put method on a web api controller to update a resource in an asp.net mvc web application
    Configure the main view so that application data can be modified using view bindings to model properties in an asp.net mvc web application
    Define an http post method on a web api controller to create a new resource in an asp.net mvc web application
    Configure the main view so that new application data can be added using view bindings to model properties in an asp.net mvc web application
    Implement an http delete method on a web api controller to delete an existing resource in an asp.net mvc web application
    Configure the main view so that application data can be deleted using view bindings to model properties in an asp.net mvc web application
    Define an http put method on a web api controller in a asp.net mvc web appplication in visual studio 2017

IN THIS COURSE

  • 3m 46s
    Learn how to implement a default Web API controller route in an ASP.NET MVC web application. FREE ACCESS
  • 3m 9s
    Find out how to implement a custom Web API route that uses a controller action name in its route template in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    3.  Registering Web API Controller Routes
    3m 37s
    In this video, learn how to register Web API controller routes with the Web API framework in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    4.  Specifying Non-Actions in a Web API Controller
    2m 58s
    To prevent a controller method from being invoked as an action in an ASP.NET MVC web application, use the NonAction attribute. FREE ACCESS
  • Locked
    5.  Overriding Web API Controller Action Names
    2m 59s
    Learn how to use the ActionName attribute to override Web API controller action names in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    6.  Generating URL Links to Web API Controllers
    3m 8s
    Learn how to use the HttpRouteUrl helper to generate URLs in an MVC view that invoke Web API controller methods in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    7.  Implementing HTTP Get
    2m 56s
    Learn how to implement an HTTP GET method for a Web API controller in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    8.  Defining HTTP PUT on the Server
    3m 19s
    In this video, find out how to define an HTTP PUT method on a Web API controller to update a resource in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    9.  Testing HTTP PUT on the Client
    2m 56s
    During this video, you will learn how to configure the main view so that application data can be modified using view bindings to model properties in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    10.  Defining HTTP POST on the Server
    3m 18s
    To create a new resource in an ASP.NET MVC web application using an HTTP POST method, you need to define the POST method on a Web API controller. FREE ACCESS
  • Locked
    11.  Testing HTTP POST on the Client
    3m 4s
    Learn how to configure the main view so that new application data can be added using view bindings to model properties in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    12.  Defining HTTP DELETE on the Server
    3m 36s
    In this video, find out how to implement an HTTP DELETE method on a Web API controller to delete an existing resource in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    13.  Testing HTTP DELETE on the Client
    3m 2s
    In this video, you will configure the main view so that application data can be deleted using view bindings to model properties in an ASP.NET MVC web application. FREE ACCESS
  • Locked
    14.  Exercise: Work with ASP.NET Web API Controllers
    3m 12s
    In this video, you will learn how to define an HTTP PUT method on a Web API controller in an ASP.NET MVC web application in Visual Studio 2017. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 5.0 of 1 users Rating 5.0 of 1 users (1)
Rating 4.6 of 66 users Rating 4.6 of 66 users (66)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 75 users Rating 4.5 of 75 users (75)
Rating 4.5 of 40 users Rating 4.5 of 40 users (40)
Rating 3.6 of 8 users Rating 3.6 of 8 users (8)