@using BTCPayServer.Controllers @model BTCPayServer.Controllers.UIServerController.CreateTemporaryFileUrlViewModel @{ ViewData.SetLayoutModel(new LayoutModel(nameof(ServerNavPages.Services), StringLocalizer["Create temporary file link"]) .SetCategory(WellKnownCategories.Server)); }
@if (!ViewContext.ModelState.IsValid) {
}
@section PageFootContent { }