Sponsor of the Day:
Jerkmate
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.controllerbase?view=aspnetcore-10.0
ControllerBase Class (Microsoft.AspNetCore.Mvc) | Microsoft Learn
A base class for an MVC controller without view support.
class microsoft aspnetcoremvc learn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.routeattribute?view=aspnetcore-10.0
RouteAttribute Class (Microsoft.AspNetCore.Mvc) | Microsoft Learn
Specifies an attribute route on a controller.
class microsoft aspnetcoremvc learn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.bindpropertyattribute?view=aspnetcore-10.0
BindPropertyAttribute Class (Microsoft.AspNetCore.Mvc) | Microsoft Learn
An attribute that can specify a model name or type of IModelBinder to use for binding the associated property.
class microsoft aspnetcoremvc learn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.consumesattribute?view=aspnetcore-10.0
ConsumesAttribute Class (Microsoft.AspNetCore.Mvc) | Microsoft Learn
A filter that specifies the supported request content types. ContentTypes is used to select an action when there would otherwise be multiple matches.
class microsoft aspnetcoremvc learn
https://learn.microsoft.com/en-us/aspnet/core/mvc/overview?view=aspnetcore-10.0
Overview of ASP.NET Core MVC | Microsoft Learn
Learn how ASP.NET Core MVC is a rich framework for building web apps and APIs using the Model-View-Controller design pattern.
core mvcmicrosoft learnoverviewasp
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc?view=aspnetcore-10.0
Microsoft.AspNetCore.Mvc Namespace | Microsoft Learn
Provides types required to build an MVC app.
microsoft aspnetcore mvcnamespacelearn
https://learn.microsoft.com/en-us/aspnet/core/mvc/models/validation?view=aspnetcore-10.0
Model validation in ASP.NET Core MVC | Microsoft Learn
Learn about model validation in ASP.NET Core MVC and Razor Pages.
model validationcore mvcmicrosoft learnasp