Interface IStranglerFigRouteContributor
Namespace: Cephalon.Abstractions.Patterns
Assembly: Cephalon.Abstractions.dll
Allows a module to contribute strangler-fig routes into the active runtime.
public interface IStranglerFigRouteContributorMethods
Section titled “Methods”RegisterRoutes(IStranglerFigRouteRegistry)
Section titled “ RegisterRoutes(IStranglerFigRouteRegistry)”Registers one or more strangler-fig route descriptors with the supplied registry.
void RegisterRoutes(IStranglerFigRouteRegistry routes)Parameters
Section titled “Parameters”routes IStranglerFigRouteRegistry
The registry that collects contributed route descriptors.