Class RewriterRule
Inherited Members
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 |