aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Add Endpoint property to HttpContext and DefaultHttpContext

Open onurkanbakirci opened this issue 5 months ago • 2 comments

Fixes #50522

This PR introduces a new HttpContext.Endpoint property, providing direct access to the selected Endpoint associated with the current request.

onurkanbakirci avatar Sep 07 '25 12:09 onurkanbakirci

@onurkanbakirci please edit the top most comment (the PR description) and add

Fixes #50522

so that a successful merge of this PR automatically closes the associated issue. Thanks!

gfoidl avatar Sep 07 '25 15:09 gfoidl

Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. To make sure no conflicting changes have occurred, please rerun validation before merging. You can do this by leaving an /azp run comment here (requires commit rights), or by simply closing and reopening.