Class ImmutableEndpointDataSource
An endpoint data source that is Immutable
Inheritance
System.Object
ImmutableEndpointDataSource
Namespace: EPiServer.Web.Routing.Matching
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
public class ImmutableEndpointDataSource : EndpointDataSource
Constructors
ImmutableEndpointDataSource(Endpoint[])
Creates a new instance of Immutable
Declaration
public ImmutableEndpointDataSource(params Endpoint[] endpoints)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
endpoints | The endpoints that will be part of this source |
Properties
Endpoints
Declaration
public override IReadOnlyList<Endpoint> Endpoints { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
GetChangeToken()
Declaration
public override IChangeToken GetChangeToken()
Returns
Type | Description |
---|---|
Microsoft. |