Update IControllerModelConvention.cs
This commit is contained in:
parent
b2f0438562
commit
de1b763d96
|
|
@ -4,7 +4,7 @@
|
|||
namespace Microsoft.AspNetCore.Mvc.ApplicationModels
|
||||
{
|
||||
/// <summary>
|
||||
/// Allows customization of the of the <see cref="ControllerModel"/>.
|
||||
/// Allows customization of the <see cref="ControllerModel"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// To use this interface, create an <see cref="System.Attribute"/> class which implements the interface and
|
||||
|
|
@ -22,4 +22,4 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels
|
|||
/// <param name="controller">The <see cref="ControllerModel"/>.</param>
|
||||
void Apply(ControllerModel controller);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue