Namespace Serenity.Global.Application.Services
Classes
ServiceLocatorBridge
Static access bridge for the IServiceLocator instance.
ViewRouter
Default IViewRouter: shows a view by id by asking each registered IViewProvider in turn whether it owns the id, and delegating to the first that does. Engine-agnostic and unit-testable — it depends only on the provider abstraction and a log service.