다음을 통해 공유


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)

속성 값

적용 대상