ATTRIBUTE ROUTING in ASP NET Core | Getting Started With ASP.NET Core Series

Описание к видео ATTRIBUTE ROUTING in ASP NET Core | Getting Started With ASP.NET Core Series

Hello 👋, ASP NET Core controllers use the Routing middleware to match the URLs of incoming requests and map them to actions. Actions are either conventionally routed or attribute-routed. Placing a route on the controller or action makes it attribute-routed. When building REST APIs it's common to use Attribute based Routing model to map the methods on Controller classes to a route template.

In this video, we will learn more about Attribute Routing, how it works, and the different ways you can configure routing using Attributes. We will learn about combining attribute routes, using token replacement, and creating a parameter transformer to customize token replacement

🔗Docs - https://docs.microsoft.com/en-us/aspn...
🔗Source - https://rahulpnath.visualstudio.com/D...

Additional Watching
📹Routing -    • ROUTING  in ASP.NET Core | Getting St...  
📹Middleware -    • MIDDLEWARE in ASP.NET Core | Getting ...  
📹Model Binding -    • MODEL BINDING in ASP.NET Core | Getti...  
📹ASP NET Core Series -    • ASP.NET Core  

Come say hi! ✋
🌍 Blog - https://rahulpnath.com/
✉ Subscribe to my Newsletter - https://www.rahulpnath.com/subscribe
🐦Twitter -   / rahulpnath  
📸Instagram -   / rahulpnath  

🎥 Recording Setup and Workflow - https://www.rahulpnath.com/blog/youtu...

Make sure to SUBSCRIBE to the channel. THANK YOU for helping me grow this channel !!

Комментарии

Информация по комментариям в разработке