CompositeEndpointDataSource 类

定义

表示 EndpointDataSource 其值来自实例集合的 EndpointDataSource

public ref class CompositeEndpointDataSource sealed : Microsoft::AspNetCore::Routing::EndpointDataSource
public sealed class CompositeEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSource
public sealed class CompositeEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSource, IDisposable
type CompositeEndpointDataSource = class
    inherit EndpointDataSource
type CompositeEndpointDataSource = class
    inherit EndpointDataSource
    interface IDisposable
Public NotInheritable Class CompositeEndpointDataSource
Inherits EndpointDataSource
Public NotInheritable Class CompositeEndpointDataSource
Inherits EndpointDataSource
Implements IDisposable
继承
CompositeEndpointDataSource
实现

构造函数

CompositeEndpointDataSource(IEnumerable<EndpointDataSource>)

endpointDataSources实例化 CompositeEndpointDataSource 对象。

属性

DataSources

返回与 对象关联的实例的集合 EndpointDataSource

Endpoints

返回实例的 Endpoint 只读集合。

方法

Dispose()

表示 EndpointDataSource 其值来自实例集合的 EndpointDataSource

GetChangeToken()

获取 IChangeToken 用于指示缓存 Endpoint 实例失效的 。

GetGroupedEndpoints(RouteGroupContext)

Endpoint在给定指定的 PrefixConventions的情况下获取此EndpointDataSource的实例。

GetGroupedEndpoints(RouteGroupContext)

Endpoint在给定指定的 PrefixConventions的情况下获取此EndpointDataSource的实例。

(继承自 EndpointDataSource)

适用于