Class ServiceLocator
- Namespace
- Dynamicweb.Extensibility
- Assembly
- Dynamicweb.Core.dll
This class provides the ambient container for this application. If your framework defines such an ambient container, use ServiceLocator.Current to get it.
- Inheritance
-
Service
Locator
- Inherited Members
Properties
Current
The current ambient container.
Property Value
Internal
Property Value
Methods
SetLocatorProvider(ServiceLocatorProvider)
Set the delegate that is used to retrieve the current container.
Parameters
newProvider
ServiceLocator Provider Delegate that, when called, will return the current ambient container.