CompositeEndpointDataSource 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 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
- 繼承
- 實作
Composite |
從 |
Data |
傳回與 物件相關聯的實例集合 EndpointDataSource 。 |
Endpoints |
傳回實例的 Endpoint 唯讀集合。 |
Dispose() |
表示 EndpointDataSource 其值來自 實例集合的 EndpointDataSource 。 |
Get |
IChangeToken取得 ,用來發出快取 Endpoint 實例不正確訊號。 |
Get |
Endpoint根據指定的 Prefix 和 Conventions ,取得這個 EndpointDataSource 的實例。 |
Get |
Endpoint根據指定的 Prefix 和 Conventions ,取得這個 EndpointDataSource 的實例。 (繼承來源 EndpointDataSource) |