Fixing XML docs
This commit is contained in:
parent
6a43c420b6
commit
f9ad93c8a5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue