Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRequestStartItemProviderAccessor

    Defines an accessor for retrieving the current IRequestStartItemProvider.

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IRequestStartItemProviderAccessor

    Methods

    View Source

    TryGetValue(out IRequestStartItemProvider?)

    Attempts to get the current request start item provider.

    Declaration
    bool TryGetValue(out IRequestStartItemProvider? requestStartItemProvider)
    Parameters
    Type Name Description
    IRequestStartItemProvider requestStartItemProvider

    When this method returns, contains the request start item provider if available; otherwise, null.

    Returns
    Type Description
    bool

    true if the request start item provider was retrieved; otherwise, false.

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