[Mvc] Fix cref for HttpMethodActionConstraint API docs (#16857)
Switches the wrong reference from IActionResult to IActionConstraint
This commit is contained in:
parent
81379147e6
commit
6a6deb298c
|
|
@ -9,7 +9,7 @@ using Microsoft.AspNetCore.Routing;
|
|||
namespace Microsoft.AspNetCore.Mvc.ActionConstraints
|
||||
{
|
||||
/// <summary>
|
||||
/// The implementation of <see cref="IActionResult" /> used to enforce
|
||||
/// The implementation of <see cref="IActionConstraint" /> used to enforce
|
||||
/// HTTP method filtering when MVC is used with legacy <see cref="IRouter" />
|
||||
/// support. The <see cref="HttpMethodActionConstraint" /> can be used to determine
|
||||
/// the set of HTTP methods supported by an action.
|
||||
|
|
|
|||
Loading…
Reference in New Issue