Class HttpRedirect
Specifies how a http request should be redirected
Inheritance
System.Object
    HttpRedirect
  Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 12.0.3Syntax
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 |