SaaS CMS has officially launched! Learn more now.

Class HostDefinitionType

Defines the different types of redirection behavior that can be set on a HostDefinition instance.

Inheritance
System.Object
HostDefinitionType
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class HostDefinitionType : Enum

Fields

Edit

Declaration
public const HostDefinitionType Edit
Field Value
Type Description
HostDefinitionType

Primary

Declaration
public const HostDefinitionType Primary
Field Value
Type Description
HostDefinitionType

RedirectPermanent

Declaration
public const HostDefinitionType RedirectPermanent
Field Value
Type Description
HostDefinitionType

RedirectTemporary

Declaration
public const HostDefinitionType RedirectTemporary
Field Value
Type Description
HostDefinitionType

Undefined

Declaration
public const HostDefinitionType Undefined
Field Value
Type Description
HostDefinitionType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods