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 . ///