@model WalletSendVaultModel @{ var walletId = Context.GetRouteValue("walletId").ToString(); Layout = "_LayoutWizard"; ViewData.SetActivePage(WalletsNavPages.Send, "Sign the transaction", walletId); var returnUrl = this.Context.Request.Query["returnUrl"].FirstOrDefault(); } @section Navbar { @if (returnUrl is string) { } }

@ViewData["Title"]

Using BTCPay Server Vault

@section PageFootContent { }