Show / Hide Table of Contents

Class ParameterRedirectAction

Inheritance
object
ParameterRedirectAction
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke.dll
Syntax
public class ParameterRedirectAction

Constructors

ParameterRedirectAction()

Declaration
public ParameterRedirectAction()

Properties

Action

Declaration
public string Action { get; set; }
Property Value
Type Description
string

ChangeToSiteRoot

Declaration
public bool ChangeToSiteRoot { get; set; }
Property Value
Type Description
bool

ForDefaultPage

Declaration
public bool ForDefaultPage { get; set; }
Property Value
Type Description
bool

LookFor

Declaration
public string LookFor { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

RedirectTo

Declaration
public string RedirectTo { get; set; }
Property Value
Type Description
string

TabId

Declaration
public int TabId { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS