Conventional Routing

List of published courses

Available Courses
Select your sort preferences
Attribute Routing - Session26
ASP.Net Core MVC

Attribute Routing – Session 26

In this session of ASP.NET Core Tutorial, we are going to discuss about Attribute Routing. Generally, ASP.NET Core supports two types of routing which are Conventional & Attribute Routing. We discussed about Conventional routing during session 12. The routing which we are going to talk about in this session (Attribute Routing), is proper option for WEB API application and it is implemented by Attributes that we can use on Action Method or Controller level.