Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DispositionTypeNames.cs
Go to the documentation of this file.
1namespace System.Net.Mime;
2
3public static class DispositionTypeNames
4{
5 public const string Inline = "inline";
6
7 public const string Attachment = "attachment";
8}