From 58f5d7e66efecd8bae8cca41c0d7dec88fdc8321 Mon Sep 17 00:00:00 2001 From: Ahmed Yahia Date: Mon, 29 Oct 2018 14:31:20 +0200 Subject: [PATCH] Update url-rewriting.md (#9289) --- aspnetcore/fundamentals/url-rewriting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/url-rewriting.md b/aspnetcore/fundamentals/url-rewriting.md index 2568a0e970..3cf3f4f3b5 100644 --- a/aspnetcore/fundamentals/url-rewriting.md +++ b/aspnetcore/fundamentals/url-rewriting.md @@ -393,7 +393,7 @@ The middleware supports the following IIS URL Rewrite Module server variables: ### Method-based rule -Use `Add(Action applyRule)` to implement your own rule logic in a method. The `RewriteContext` exposes the `HttpContext` for use in your method. The `context.Result` determines how additional pipeline processing is handled. +Use `Add(Action applyRule)` to implement your own rule logic in a method. The `RewriteContext` exposes the `HttpContext` for use in your method. The `RewriteContext.Result` determines how additional pipeline processing is handled. | context.Result | Action | | ------------------------------------ | --------------------------------------------------------------- |