From f9ad93c8a5c1589529a552167a5cb127f6228ac5 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 25 Jan 2016 16:08:04 -0800 Subject: [PATCH] Fixing XML docs --- .../IViewComponentHelper.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IViewComponentHelper.cs b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IViewComponentHelper.cs index 0b8bba5e98..26e470fc3b 100644 --- a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IViewComponentHelper.cs +++ b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/IViewComponentHelper.cs @@ -18,7 +18,8 @@ namespace Microsoft.AspNetCore.Mvc /// The name of the view component. /// /// An containing arguments to be passed to the invoked view component method. - /// Alternatively, an instance containing the invocation arguments. + /// Alternatively, an instance containing + /// the invocation arguments. /// /// A that on completion returns the rendered . /// @@ -30,7 +31,8 @@ namespace Microsoft.AspNetCore.Mvc /// The view component . /// /// An containing arguments to be passed to the invoked view component method. - /// Alternatively, an instance containing the invocation arguments. + /// Alternatively, an instance containing + /// the invocation arguments. /// /// A that on completion returns the rendered . ///