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)

プロパティ値

適用対象