Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Fixing XML docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Jan 26, 2016
1 parent 6a43c42 commit f9ad93c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public interface IViewComponentHelper
/// <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>
Expand All @@ -30,7 +31,8 @@ public interface IViewComponentHelper
/// <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>
Expand Down

0 comments on commit f9ad93c

Please sign in to comment.