ContentDispositionHeaderValueFileName Property |
The name of the stored file.
Namespace: Aspose.Html.Net.HeadersAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string FileName { get; set; }
Public Property FileName As String
Get
Set
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}
member FileName : string with get, set
Property Value
Type:
String
The name of the file.
See Also