Table of Contents

Class RedirectOutputResult

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
public sealed class RedirectOutputResult : OutputResult
Inheritance
RedirectOutputResult
Inherited Members

Properties

ClearHeaders

public bool ClearHeaders { get; set; }

Property Value

bool

IsPermanent

public bool IsPermanent { get; set; }

Property Value

bool

RedirectReason

public string RedirectReason { get; set; }

Property Value

string

RedirectUrl

public string RedirectUrl { get; set; }

Property Value

string
To top