mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-10 02:38:39 +00:00
Update all model classes to Electron API 39.2
This commit is contained in:
@@ -15,4 +15,24 @@ public class OnDidFailLoadInfo
|
||||
/// Validated URL.
|
||||
/// </summary>
|
||||
public string ValidatedUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Error description string.
|
||||
/// </summary>
|
||||
public string ErrorDescription { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// True if the event pertains to the main frame.
|
||||
/// </summary>
|
||||
public bool IsMainFrame { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The process id for the frame.
|
||||
/// </summary>
|
||||
public int FrameProcessId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The routing id for the frame.
|
||||
/// </summary>
|
||||
public int FrameRoutingId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user