7 types derived from UrlMatch
Microsoft.AspNetCore.Rewrite (7)
UrlMatches\ExactMatch.cs (1)
6
internal sealed class ExactMatch :
UrlMatch
UrlMatches\FileSizeMatch.cs (1)
6
internal sealed class FileSizeMatch :
UrlMatch
UrlMatches\IntegerMatch.cs (1)
9
internal sealed class IntegerMatch :
UrlMatch
UrlMatches\IsDirectoryMatch.cs (1)
6
internal sealed class IsDirectoryMatch :
UrlMatch
UrlMatches\IsFileMatch.cs (1)
6
internal sealed class IsFileMatch :
UrlMatch
UrlMatches\RegexMatch.cs (1)
8
internal sealed class RegexMatch :
UrlMatch
UrlMatches\StringMatch.cs (1)
8
internal sealed class StringMatch :
UrlMatch
12 references to UrlMatch
Microsoft.AspNetCore.Rewrite (12)
ApacheModRewrite\ApacheModRewriteRule.cs (2)
10
public
UrlMatch
InitialMatch { get; }
14
public ApacheModRewriteRule(
UrlMatch
initialMatch, IList<Condition>? conditions, IList<UrlAction> urlActions)
ApacheModRewrite\Condition.cs (2)
8
public Condition(Pattern input,
UrlMatch
match, bool orNext)
16
public
UrlMatch
Match { get; }
ApacheModRewrite\RuleBuilder.cs (2)
17
private
UrlMatch
? _match;
61
UrlMatch
match;
IISUrlRewrite\Condition.cs (2)
8
public Condition(Pattern input,
UrlMatch
match)
15
public
UrlMatch
Match { get; }
IISUrlRewrite\IISUrlRewriteRule.cs (3)
12
public
UrlMatch
InitialMatch { get; }
18
UrlMatch
initialMatch,
26
UrlMatch
initialMatch,
IISUrlRewrite\UrlRewriteRuleBuilder.cs (1)
18
private
UrlMatch
? _initialMatch;