From 9f64c69a2a1005aed3b044209bbb228210d9a510 Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Sun, 28 Jan 2018 22:27:47 +0000 Subject: [PATCH] Disambiguates IFormFile name docs (#935) --- src/Microsoft.AspNetCore.Http.Features/IFormFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Http.Features/IFormFile.cs b/src/Microsoft.AspNetCore.Http.Features/IFormFile.cs index 7cb569d79f..f52e71bfee 100644 --- a/src/Microsoft.AspNetCore.Http.Features/IFormFile.cs +++ b/src/Microsoft.AspNetCore.Http.Features/IFormFile.cs @@ -33,7 +33,7 @@ namespace Microsoft.AspNetCore.Http long Length { get; } /// - /// Gets the name from the Content-Disposition header. + /// Gets the form field name from the Content-Disposition header. /// string Name { get; }