Robuta

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