SaaS CMS has officially launched! Learn more now.

Class HttpRedirect

Specifies how a http request should be redirected

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

Fields

None

No redirection should be done

Declaration
public const HttpRedirect None
Field Value
Type Description
HttpRedirect

Permanent

A permanent redirect should be done

Declaration
public const HttpRedirect Permanent
Field Value
Type Description
HttpRedirect

Temporary

A temporary redirection should be done

Declaration
public const HttpRedirect Temporary
Field Value
Type Description
HttpRedirect

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods