@model EditWebhookViewModel @using BTCPayServer.Client.Models; @using BTCPayServer.HostedServices.Webhooks @inject WebhookSender WebhookSender @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage(StoreNavPages.Webhooks, "Webhook Settings", Context.GetStoreData().Id); } @section PageHeadContent { }