CompositeEndpointDataSource Class

Definition

Represents an EndpointDataSource whose values come from a collection of EndpointDataSource instances.

public ref class CompositeEndpointDataSource sealed : Microsoft::AspNetCore::Routing::EndpointDataSource
public sealed class CompositeEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSource
type CompositeEndpointDataSource = class
    inherit EndpointDataSource
Public NotInheritable Class CompositeEndpointDataSource
Inherits EndpointDataSource
Inheritance
CompositeEndpointDataSource

Constructors

CompositeEndpointDataSource(IEnumerable<EndpointDataSource>)

Instantiates a CompositeEndpointDataSource object from endpointDataSources.

Properties

DataSources

Returns the collection of EndpointDataSource instances associated with the object.

Endpoints

Returns a read-only collection of Endpoint instances.

Methods

GetChangeToken()

Gets a IChangeToken used to signal invalidation of cached Endpoint instances.

Applies to