Interface IRouteScopeFactory
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Factory abstraction that builds route scopes. Decouples DI-framework-specific implementations (such as VContainer) from the framework core.
public interface IRouteScopeFactory
Methods
- CreateScope(RouteDefinition?, IRouteScope?)
Creates a scope for the given route.