Show / Hide Table of Contents

Class RewriterRule

Inheritance
object
RewriterRule
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.Config
Assembly: DotNetNuke.dll
Syntax
public class RewriterRule

Constructors

RewriterRule()

Declaration
public RewriterRule()

Properties

LookFor

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

SendTo

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

Methods

GetRuleRegex(string)

Declaration
public Regex GetRuleRegex(string applicationPath)
Parameters
Type Name Description
string applicationPath
Returns
Type Description
Regex

Extension Methods

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