IEndpointRouteBuilder.DataSources Propriedade

Definição

Obtém as fontes de dados do ponto de extremidade configuradas no construtor.

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)

Valor da propriedade

Aplica-se a