CompositeEndpointDataSource 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 EndpointDataSource 其值来自实例集合的 EndpointDataSource 。
public ref class CompositeEndpointDataSource sealed : Microsoft::AspNetCore::Routing::EndpointDataSourcepublic sealed class CompositeEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSourcepublic sealed class CompositeEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSource, IDisposabletype CompositeEndpointDataSource = class
    inherit EndpointDataSourcetype CompositeEndpointDataSource = class
    inherit EndpointDataSource
    interface IDisposablePublic NotInheritable Class CompositeEndpointDataSource
Inherits EndpointDataSourcePublic NotInheritable Class CompositeEndpointDataSource
Inherits EndpointDataSource
Implements IDisposable- 继承
- 实现
构造函数
| CompositeEndpointDataSource(IEnumerable<EndpointDataSource>) | 从  | 
属性
| DataSources | 返回与 对象关联的实例的集合 EndpointDataSource 。 | 
| Endpoints | 返回实例的 Endpoint 只读集合。 | 
方法
| Dispose() | 表示 EndpointDataSource 其值来自实例集合的 EndpointDataSource 。 | 
| GetChangeToken() | 获取 IChangeToken 用于指示缓存 Endpoint 实例失效的 。 | 
| GetGroupedEndpoints(RouteGroupContext) | Endpoint在给定指定的 Prefix 和 Conventions的情况下获取此EndpointDataSource的实例。 | 
| GetGroupedEndpoints(RouteGroupContext) | Endpoint在给定指定的 Prefix 和 Conventions的情况下获取此EndpointDataSource的实例。(继承自 EndpointDataSource) |