Update IControllerModelConvention.cs

This commit is contained in:
Steve Smith 2016-11-29 15:50:30 -05:00 committed by Kiran Challa
parent b2f0438562
commit de1b763d96
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
namespace Microsoft.AspNetCore.Mvc.ApplicationModels namespace Microsoft.AspNetCore.Mvc.ApplicationModels
{ {
/// <summary> /// <summary>
/// Allows customization of the of the <see cref="ControllerModel"/>. /// Allows customization of the <see cref="ControllerModel"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// To use this interface, create an <see cref="System.Attribute"/> class which implements the interface and /// To use this interface, create an <see cref="System.Attribute"/> class which implements the interface and