When redirection type is RedirectionType.Other, should use this collection to match the request by capability info.

Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlIgnoreAttribute]
public IList<IMatchRule> MatchRules { get; set; }
Visual Basic
<XmlIgnoreAttribute> 
Public Property MatchRules As IList(Of IMatchRule)
	Get
	Set

Implements

IRedirection..::..MatchRules

See Also