8 references to BrowserRequestCache
Microsoft.AspNetCore.Components.WebAssembly (8)
Http\WebAssemblyHttpRequestMessageExtensions.cs (8)
45
/// <param name="requestCache">The <see cref="
BrowserRequestCache
"/> option.</param>
50
public static HttpRequestMessage SetBrowserRequestCache(this HttpRequestMessage requestMessage,
BrowserRequestCache
requestCache)
56
BrowserRequestCache
.Default => "default",
57
BrowserRequestCache
.NoStore => "no-store",
58
BrowserRequestCache
.Reload => "reload",
59
BrowserRequestCache
.NoCache => "no-cache",
60
BrowserRequestCache
.ForceCache => "force-cache",
61
BrowserRequestCache
.OnlyIfCached => "only-if-cached",