From 34d4dfdef8a6555c8ce841263893823891a0aeed Mon Sep 17 00:00:00 2001 From: Henk Mollema Date: Mon, 19 Oct 2015 13:54:36 +0200 Subject: [PATCH] Rename Context to HttpContext in ViewComponent and RazorPage Rename the property to `HttpContext` to be consistent with the `Controller` class. Fixes #3332 --- src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponent.cs b/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponent.cs index c9a6855cc8..302cee9e15 100644 --- a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponent.cs +++ b/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewComponent.cs @@ -27,9 +27,9 @@ namespace Microsoft.AspNet.Mvc private ICompositeViewEngine _viewEngine; /// - /// Gets the . + /// Gets the . /// - public HttpContext Context + public HttpContext HttpContext { get {