Interface IOutputExpansionStrategyAccessor
Defines an accessor for retrieving the current IOutputExpansionStrategy.
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IOutputExpansionStrategyAccessor
Methods
View SourceTryGetValue(out IOutputExpansionStrategy?)
Attempts to get the current output expansion strategy.
Declaration
bool TryGetValue(out IOutputExpansionStrategy? outputExpansionStrategy)
Parameters
| Type | Name | Description |
|---|---|---|
| IOutputExpansionStrategy | outputExpansionStrategy | When this method returns, contains the output expansion strategy if available; otherwise, |
Returns
| Type | Description |
|---|---|
| bool |
|