WebAssemblyHttpRequestMessageExtensions.SetBrowserRequestCache Method

Definition

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

requestCache
BrowserRequestCache

The BrowserRequestCache option.

Returns

The HttpRequestMessage.

Remarks

See https://developer.mozilla.org/en-US/docs/Web/API/Request/cache.

Applies to