Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Microsoft.​AspNetCore.​Http.​Features.​IEndpointFeature
Assembly: Microsoft.AspNetCore.Http.Abstractions
A feature interface for endpoint routing. Use <see cref="P:Microsoft.AspNetCore.Http.HttpContext.Features" /> to access an instance associated with the current request.
Properties
Endpoint
Gets or sets the selected <see cref="T:Microsoft.AspNetCore.Http.Endpoint" /> for the current
request.