Interface IIsolateEndpointRegistration
Optionally implemented by IIsolateEndpointRegistration to indicate that the endpoints for the extension should be isolated from other endpoints.
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
public interface IIsolateEndpointRegistration
Remarks
Endpoints from an implemantion of this interface will be isolated in an own Microsoft.AspNetCore.Routing.EndpointDataSource. This means that the implementation should take responsibility to not register duplication endpoints, like attribute routes from other assemblies.