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 SourceTryGetValue(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, |
Returns
| Type | Description |
|---|---|
| bool |
|