Class ParameterRewriteAction
Inheritance
ParameterRewriteAction
Assembly: DotNetNuke.dll
Syntax
public class ParameterRewriteAction
Constructors
ParameterRewriteAction()
Declaration
public ParameterRewriteAction()
Properties
ForSiteRoot
Declaration
public bool ForSiteRoot { get; set; }
Property Value
LookFor
Declaration
public string LookFor { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
RewriteTo
Declaration
public string RewriteTo { get; set; }
Property Value
TabId
Declaration
public int TabId { get; set; }
Property Value
Extension Methods