xml doc fix
This commit is contained in:
parent
b4d1eec87a
commit
7d56399702
|
|
@ -14,7 +14,7 @@ namespace Microsoft.AspNet.Mvc
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adds a <see cref="IControllerModelConvention"/> to all the controllers in the application.
|
/// Adds a <see cref="IControllerModelConvention"/> to all the controllers 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="controllerModelConvention">The <see cref="IControllerModelConvention"/> which needs to be
|
/// <param name="controllerModelConvention">The <see cref="IControllerModelConvention"/> which needs to be
|
||||||
/// added.</param>
|
/// added.</param>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue