Show / Hide Table of Contents

Class ParameterRewriteAction

Inheritance
object
ParameterRewriteAction
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 ParameterRewriteAction

Constructors

ParameterRewriteAction()

Declaration
public ParameterRewriteAction()

Properties

ForSiteRoot

Declaration
public bool ForSiteRoot { 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

RewriteTo

Declaration
public string RewriteTo { 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