mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Add ability to setup anti forgery token and action values to confirm modal (#6940)
This commit is contained in:
@@ -23,11 +23,13 @@ namespace BTCPayServer.Abstractions.Models
|
||||
}
|
||||
|
||||
public bool GenerateForm { get; set; } = true;
|
||||
public bool? Antiforgery { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Description { get; set; }
|
||||
public bool DescriptionHtml { get; set; }
|
||||
public string Action { get; set; }
|
||||
public string ActionName { get; set; }
|
||||
public object ActionValues { get; set; }
|
||||
public string ControllerName { get; set; }
|
||||
public string ButtonClass { get; set; } = ButtonClassDefault;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user