Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Enum HostType

The type of host application that is being initialized

Namespace: EPiServer.Framework.Initialization
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public enum HostType

Fields

Name Description
Installer

Legacy installer framework

LegacyMirroringAppDomain

Legacy mirroring appdomain

Service

Legacy mirroring service

TestFramework

A limited runtime for integration testing, not supported for production workloads

Undefined

Host type is not defined, it is not supported to initialize with an undefined host type

VisualStudio

Legacy visual studio framework

WebApplication

A web application that supports the full API, supported for production workloads.

Extension Methods