View Source
Interface IUmbracoBuilder
Assembly: Umbraco.Core.dll
Syntax
public interface IUmbracoBuilder
Properties
View Source
AppCaches
Declaration
AppCaches AppCaches { get; }
Property Value
View Source
BuilderHostingEnvironment
A hosting environment created specifically for the IUmbracoBuilder. This is NOT the same
instance that will be resolved from DI. Use only if required during configuration.
Declaration
IHostingEnvironment BuilderHostingEnvironment { get; }
Property Value
View Source
BuilderLoggerFactory
A Logger factory created specifically for the IUmbracoBuilder. This is NOT the same
instance that will be resolved from DI. Use only if required during configuration.
Declaration
ILoggerFactory BuilderLoggerFactory { get; }
Property Value
Type |
Description |
ILoggerFactory |
|
View Source
Config
Declaration
IConfiguration Config { get; }
Property Value
Type |
Description |
IConfiguration |
|
View Source
Profiler
Declaration
IProfiler Profiler { get; }
Property Value
View Source
Services
Declaration
IServiceCollection Services { get; }
Property Value
Type |
Description |
IServiceCollection |
|
View Source
TypeLoader
Declaration
TypeLoader TypeLoader { get; }
Property Value
Methods
View Source
Build()
Declaration
View Source
WithCollectionBuilder<TBuilder>()
Declaration
TBuilder WithCollectionBuilder<TBuilder>()
where TBuilder : ICollectionBuilder
Returns
Type |
Description |
TBuilder |
|
Type Parameters
Name |
Description |
TBuilder |
|