Class DownloadWillBeginEventArgs
DownloadWillBegin
public sealed class DownloadWillBeginEventArgs : EventArgs
- Inheritance
-
DownloadWillBeginEventArgs
- Inherited Members
Properties
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
Guid
Gets or sets the guid
[JsonPropertyName("guid")]
public string Guid { get; set; }
Property Value
SuggestedFilename
Gets or sets the suggestedFilename
[JsonPropertyName("suggestedFilename")]
public string SuggestedFilename { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }