IEndpointRouteBuilder.DataSources 属性

定义

获取生成器中配置的终结点数据源。

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)

属性值

适用于