View Source
Interface IOutputExpansionStrategy
Assembly: Umbraco.Core.dll
Syntax
public interface IOutputExpansionStrategy
Methods
View Source
MapContentProperties(IPublishedContent)
Declaration
IDictionary<string, object?> MapContentProperties(IPublishedContent content)
Parameters
Returns
| Type |
Description |
| IDictionary<string, object> |
|
View Source
MapElementProperties(IPublishedElement)
Declaration
IDictionary<string, object?> MapElementProperties(IPublishedElement element)
Parameters
Returns
| Type |
Description |
| IDictionary<string, object> |
|
View Source
MapMediaProperties(IPublishedContent, bool)
Declaration
IDictionary<string, object?> MapMediaProperties(IPublishedContent media, bool skipUmbracoProperties = true)
Parameters
Returns
| Type |
Description |
| IDictionary<string, object> |
|