Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

New Routing - Obtaining Endpoint feature via IEndpointFeature

Use HttpContext.Features.Get<IEndpointFeature>(); to obtain Endpoint information for a given Middleware. You can accomplish the same thing using HttpContext.GetEndpoint.

close