Im currently learning blazor identity and am analyzing the built in identity files. Im not one to just use something without knowing more about what its doing so i was just curious if anyone could explain to me where the following line of code cascades from?
[CascadingParameter]private HttpContext HttpContext { get; set; } = default!;