OptionalmaxBodySize: numberOptional Internal_ReadonlyheadersReadonlyitemsReadonlymaxReadonlymethodThe authenticated principal for this request.
Set by authentication middleware; typed as unknown at the
RequestContext level — handlers receive a fully typed version
via ActionContext.principal.
ReadonlyrequestReadonlyresponseReadonlyurlPath parameters extracted from the matched route template.
Parsed query string parameters from the request URL.
The DI service provider scoped to this request. Set by the server before invoking the handler.
— overridable for testing