PostDataElementFile Property  | 
Version 106.0.290 
            Gets or sets the file name.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntaxpublic string File { get; set; }public:
virtual property String^ File {
	String^ get () sealed;
	void set (String^ value) sealed;
}Property Value
Type: 
StringImplements
IPostDataElementFile
See Also