Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    TryGetValue(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, null.

    Returns
    Type Description
    bool

    true if the output expansion strategy was retrieved; otherwise, false.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX