Fixing XML docs

This commit is contained in:
Pranav K 2016-01-25 16:08:04 -08:00
parent 6a43c420b6
commit f9ad93c8a5
1 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@ namespace Microsoft.AspNetCore.Mvc
/// <param name="name">The name of the view component.</param>
/// <param name="arguments">
/// An <see cref="object"/> containing arguments to be passed to the invoked view component method.
/// Alternatively, an <see cref="IDictionary{string, object}"/> instance containing the invocation arguments.
/// Alternatively, an <see cref="System.Collections.Generic.IDictionary{string, object}"/> instance containing
/// the invocation arguments.
/// </param>
/// <returns>A <see cref="Task"/> that on completion returns the rendered <see cref="IHtmlContent" />.
/// </returns>
@ -30,7 +31,8 @@ namespace Microsoft.AspNetCore.Mvc
/// <param name="componentType">The view component <see cref="Type"/>.</param>
/// <param name="arguments">
/// An <see cref="object"/> containing arguments to be passed to the invoked view component method.
/// Alternatively, an <see cref="IDictionary{string, object}"/> instance containing the invocation arguments.
/// Alternatively, an <see cref="System.Collections.Generic.IDictionary{string, object}"/> instance containing
/// the invocation arguments.
/// </param>
/// <returns>A <see cref="Task"/> that on completion returns the rendered <see cref="IHtmlContent" />.
/// </returns>