Class ServiceLocationHelperExtensions
Makes EPiServer.Core services part of the public API.
Inheritance
System.Object
ServiceLocationHelperExtensions
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class ServiceLocationHelperExtensions : Object
Methods
ContentLoader(ServiceProviderHelper)
Resolves the IContent
Declaration
public static IContentLoader ContentLoader(this ServiceProviderHelper serviceLocationHelper)
Parameters
Type | Name | Description |
---|---|---|
Service |
serviceLocationHelper | The service location helper. |
Returns
Type | Description |
---|---|
IContent |
An instance of the currently registered IContent |
ContentRepository(ServiceProviderHelper)
Resolves the IContent
Declaration
public static IContentRepository ContentRepository(this ServiceProviderHelper serviceLocationHelper)
Parameters
Type | Name | Description |
---|---|---|
Service |
serviceLocationHelper | The service location helper. |
Returns
Type | Description |
---|---|
IContent |
An instance of the currently registered IContent |