Skip to content

Commit 1b5432e

Browse files
Use markup for documentation (#51567)
1 parent 9889741 commit 1b5432e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Http/Http/src/FormFile.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public FormFile(Stream baseStream, long baseStreamOffset, long length, string na
3232
}
3333

3434
/// <summary>
35-
/// Gets the raw Content-Disposition header of the uploaded file.
35+
/// Gets the raw <c>Content-Disposition</c> header of the uploaded file.
3636
/// </summary>
3737
public string ContentDisposition
3838
{
@@ -41,7 +41,7 @@ public string ContentDisposition
4141
}
4242

4343
/// <summary>
44-
/// Gets the raw Content-Type header of the uploaded file.
44+
/// Gets the raw <c>Content-Type</c> header of the uploaded file.
4545
/// </summary>
4646
public string ContentType
4747
{
@@ -60,12 +60,12 @@ public string ContentType
6060
public long Length { get; }
6161

6262
/// <summary>
63-
/// Gets the name from the Content-Disposition header.
63+
/// Gets the name from the <c>Content-Disposition</c> header.
6464
/// </summary>
6565
public string Name { get; }
6666

6767
/// <summary>
68-
/// Gets the file name from the Content-Disposition header.
68+
/// Gets the file name from the <c>Content-Disposition</c> header.
6969
/// </summary>
7070
public string FileName { get; }
7171

0 commit comments

Comments
 (0)