btcpayserver/BTCPayServer/Views/Invoice
Dennis Reimann 8420c74b31
Improve static asset caching
Cache static assets for one year and set the correct cache control header. Adds the cache busting version based on file content to asset references to invalidate the cache on change. ([further details on the approach](https://andrewlock.net/adding-cache-control-headers-to-static-files-in-asp-net-core/) and [why one year](https://ashton.codes/set-cache-control-max-age-1-year/))

Most of the changes are the additions of the `asp-append-version="true"` attribute, the main configuration change is in `Startup.cs`.
2020-04-18 17:56:05 +02:00
..
_ViewImports.cshtml Use enum for invoice status and invoice exception 2018-12-10 21:48:28 +09:00
Checkout-Body.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
Checkout-Spinner.cshtml Html cleanup, removing comments and extracting bp-spinner 2018-03-20 11:51:52 -05:00
Checkout.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
CheckoutNoScript.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
CreateInvoice.cshtml fix: remove ipn via email #1241 (#1337) 2020-02-24 21:21:03 +09:00
Invoice.cshtml Using tuple for payments partial model 2020-03-01 19:46:05 -06:00
ListInvoices.cshtml Improve static asset caching 2020-04-18 17:56:05 +02:00
ListInvoicesPaymentsPartial.cshtml Rename Paid summary to Invoice Summary 2020-03-26 12:50:08 +01:00
PosData.cshtml Enhance PosData Viewer & add cart to posdata in POS app (#559) 2019-01-26 13:26:49 +09:00