Class WebInitialComponent
Inheritance
System.Object
Namespace: Umbraco.Web.Runtime
Assembly: Umbraco.Web.dll
Syntax
public sealed class WebInitialComponent : IComponent
Constructors
View SourceWebInitialComponent(IUmbracoContextAccessor, SurfaceControllerTypeCollection, UmbracoApiControllerTypeCollection, IGlobalSettings)
Declaration
public WebInitialComponent(IUmbracoContextAccessor umbracoContextAccessor, SurfaceControllerTypeCollection surfaceControllerTypes, UmbracoApiControllerTypeCollection apiControllerTypes, IGlobalSettings globalSettings)
Parameters
Type | Name | Description |
---|---|---|
IUmbracoContextAccessor | umbracoContextAccessor | |
SurfaceControllerTypeCollection | surfaceControllerTypes | |
UmbracoApiControllerTypeCollection | apiControllerTypes | |
IGlobalSettings | globalSettings |
Methods
View SourceInitialize()
Declaration
public void Initialize()
Terminate()
Declaration
public void Terminate()