Disambiguates IFormFile name docs (#935)

This commit is contained in:
Michael Hawkins 2018-01-28 22:27:47 +00:00 committed by David Fowler
parent 2326783a04
commit 9f64c69a2a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace Microsoft.AspNetCore.Http
long Length { get; }
/// <summary>
/// Gets the name from the Content-Disposition header.
/// Gets the form field name from the Content-Disposition header.
/// </summary>
string Name { get; }