IEndpointRouteBuilder.DataSources Propriété

Définition

Obtient les sources de données de point de terminaison configurées dans le générateur.

public:
 property System::Collections::Generic::ICollection<Microsoft::AspNetCore::Routing::EndpointDataSource ^> ^ DataSources { System::Collections::Generic::ICollection<Microsoft::AspNetCore::Routing::EndpointDataSource ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.AspNetCore.Routing.EndpointDataSource> DataSources { get; }
member this.DataSources : System.Collections.Generic.ICollection<Microsoft.AspNetCore.Routing.EndpointDataSource>
Public ReadOnly Property DataSources As ICollection(Of EndpointDataSource)

Valeur de propriété

S’applique à