DefaultEndpointDataSource Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a collection of Endpoint instances.
public ref class DefaultEndpointDataSource sealed : Microsoft::AspNetCore::Routing::EndpointDataSource
C#
public sealed class DefaultEndpointDataSource : Microsoft.AspNetCore.Routing.EndpointDataSource
type DefaultEndpointDataSource = class
inherit EndpointDataSource
Public NotInheritable Class DefaultEndpointDataSource
Inherits EndpointDataSource
- Inheritance
Default |
Initializes a new instance of the DefaultEndpointDataSource class. |
Default |
Initializes a new instance of the DefaultEndpointDataSource class. |
Get |
Gets a IChangeToken used to signal invalidation of cached Endpoint instances. |
Get |
Get the Endpoint instances for this EndpointDataSource given the specified Prefix and Conventions. (Inherited from EndpointDataSource) |
Product | Versions |
---|---|
ASP.NET Core | 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |