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