Fixup doc comment (#23229)
This commit is contained in:
parent
210a31df35
commit
827751ffe1
|
|
@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Uses the framework default behavior for processing empty bodies.
|
/// Uses the framework default behavior for processing empty bodies.
|
||||||
/// This is typically configured using <c>MvcOptions.AllowEmptyInputInBodyModelBinding</c>
|
/// This is typically configured using <c>MvcOptions.AllowEmptyInputInBodyModelBinding</c>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Default,
|
Default,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue