Share via


DefaultEndpointDataSource Třída

Definice

Poskytuje kolekci Endpoint instancí.

public ref class DefaultEndpointDataSource sealed : Microsoft::AspNetCore::Routing::EndpointDataSource
public sealed class DefaultEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSource
type DefaultEndpointDataSource = class
    inherit EndpointDataSource
Public NotInheritable Class DefaultEndpointDataSource
Inherits EndpointDataSource
Dědičnost
DefaultEndpointDataSource

Konstruktory

DefaultEndpointDataSource(Endpoint[])

Inicializuje novou instanci DefaultEndpointDataSource třídy.

DefaultEndpointDataSource(IEnumerable<Endpoint>)

Inicializuje novou instanci DefaultEndpointDataSource třídy.

Vlastnosti

Endpoints

Vrátí kolekci instancí jen pro Endpoint čtení.

Metody

GetChangeToken()

IChangeToken Získá k signálu zneplatnění instancí uložených v mezipamětiEndpoint.

GetGroupedEndpoints(RouteGroupContext)

Endpoint Získejte instance pro tuto EndpointDataSource možnost s ohledem na zadanou Prefix hodnotu a Conventions.

(Zděděno od EndpointDataSource)

Platí pro