Implemented interface member:
method
ApplyRule
Microsoft.AspNetCore.Rewrite.IRule.ApplyRule(Microsoft.AspNetCore.Rewrite.RewriteContext)
3 references to ApplyRule
Microsoft.AspNetCore.Rewrite.Tests (3)
IISUrlRewrite\UrlRewriteApplicationTests.cs (3)
27
rules.FirstOrDefault().
ApplyRule
(context);
46
rules.FirstOrDefault().
ApplyRule
(context);
69
rules.FirstOrDefault().
ApplyRule
(context);