Fixing xml doc comment in ApplicationModelConventionExtensions.cs
This commit is contained in:
parent
70ce04ff21
commit
db0841d00d
|
|
@ -28,7 +28,7 @@ namespace Microsoft.AspNet.Mvc
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adds a <see cref="IActionModelConvention"/> to all the actions in the application.
|
/// Adds a <see cref="IActionModelConvention"/> to all the actions in the application.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="conventions">The list of <see cref="IApplicationModelConvention">
|
/// <param name="conventions">The list of <see cref="IApplicationModelConvention"/>
|
||||||
/// in <see cref="MvcOptions"/>.</param>
|
/// in <see cref="MvcOptions"/>.</param>
|
||||||
/// <param name="actionModelConvention">The <see cref="IActionModelConvention"/> which needs to be
|
/// <param name="actionModelConvention">The <see cref="IActionModelConvention"/> which needs to be
|
||||||
/// added.</param>
|
/// added.</param>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue