DefaultEndpointDataSource Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a collection of Endpoint instances.
public ref class DefaultEndpointDataSource sealed : Microsoft::AspNetCore::Routing::EndpointDataSourcepublic sealed class DefaultEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSourcetype DefaultEndpointDataSource = class
    inherit EndpointDataSourcePublic NotInheritable Class DefaultEndpointDataSource
Inherits EndpointDataSource- Inheritance
Constructors
| DefaultEndpointDataSource(Endpoint[]) | Initializes a new instance of the DefaultEndpointDataSource class. | 
| DefaultEndpointDataSource(IEnumerable<Endpoint>) | Initializes a new instance of the DefaultEndpointDataSource class. | 
Properties
| Endpoints | Returns a read-only collection of Endpoint instances. | 
Methods
| GetChangeToken() | Gets a IChangeToken used to signal invalidation of cached Endpoint instances. | 
| GetGroupedEndpoints(RouteGroupContext) | Get the Endpoint instances for this EndpointDataSource given the specified Prefix and Conventions.(Inherited from EndpointDataSource) |