Disambiguates IFormFile name docs (#935)
This commit is contained in:
parent
2326783a04
commit
9f64c69a2a
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue