WebAssemblyHttpRequestMessageExtensions.SetBrowserRequestCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures a value for the 'cache' option for the HTTP request.
public:
[System::Runtime::CompilerServices::Extension]
static System::Net::Http::HttpRequestMessage ^ SetBrowserRequestCache(System::Net::Http::HttpRequestMessage ^ requestMessage, Microsoft::AspNetCore::Components::WebAssembly::Http::BrowserRequestCache requestCache);
public static System.Net.Http.HttpRequestMessage SetBrowserRequestCache (this System.Net.Http.HttpRequestMessage requestMessage, Microsoft.AspNetCore.Components.WebAssembly.Http.BrowserRequestCache requestCache);
static member SetBrowserRequestCache : System.Net.Http.HttpRequestMessage * Microsoft.AspNetCore.Components.WebAssembly.Http.BrowserRequestCache -> System.Net.Http.HttpRequestMessage
<Extension()>
Public Function SetBrowserRequestCache (requestMessage As HttpRequestMessage, requestCache As BrowserRequestCache) As HttpRequestMessage
Parameters
- requestMessage
- HttpRequestMessage
The HttpRequestMessage.
- requestCache
- BrowserRequestCache
The BrowserRequestCache option.
Returns
The HttpRequestMessage.
Remarks
See https://developer.mozilla.org/en-US/docs/Web/API/Request/cache.