View Source
Interface IUmbracoApplicationBuilderServices
Services used during the Umbraco building phase.
Assembly: Umbraco.Web.Common.dll
Syntax
public interface IUmbracoApplicationBuilderServices
Properties
View Source
AppBuilder
Declaration
IApplicationBuilder AppBuilder { get; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Builder.IApplicationBuilder |
|
View Source
ApplicationServices
Declaration
IServiceProvider ApplicationServices { get; }
Property Value
Type |
Description |
IServiceProvider |
|
View Source
RuntimeState
Declaration
IRuntimeState RuntimeState { get; }
Property Value
Type |
Description |
IRuntimeState |
|