❔ CSharp [] attribute help

Hi! sorry for the basic question, but I need a not so technical and more casual explanation about (I think it is) the call of attributes through brackets []

Like this code:

[ApiController]// What is this? What attribute does he call? where from?
[Route("[controller]")] 

public class WeatherForecastController : ControllerBase
{
Was this page helpful?