DownloadItemSuggestedFileName Property |
Version 79.1.350
Returns the suggested file name.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax public string SuggestedFileName { get; set; }
public:
property String^ SuggestedFileName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also