Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebAssemblyHttpRequestMessageExtensions.SetBrowserRequestMode Method

Definition

Namespace:
Microsoft.AspNetCore.Components.WebAssembly.Http
Assembly:
Microsoft.AspNetCore.Components.WebAssembly.dll
Package:
Microsoft.AspNetCore.Components.WebAssembly v10.0.0
Package:
Microsoft.AspNetCore.Components.WebAssembly v11.0.0-preview.4.26230.115
Package:
Microsoft.AspNetCore.Components.WebAssembly v3.2.1
Package:
Microsoft.AspNetCore.Components.WebAssembly v5.0.9
Package:
Microsoft.AspNetCore.Components.WebAssembly v6.0.6
Package:
Microsoft.AspNetCore.Components.WebAssembly v7.0.5
Package:
Microsoft.AspNetCore.Components.WebAssembly v8.0.19
Package:
Microsoft.AspNetCore.Components.WebAssembly v9.0.8
Source:
WebAssemblyHttpRequestMessageExtensions.cs
Source:
WebAssemblyHttpRequestMessageExtensions.cs
Source:
WebAssemblyHttpRequestMessageExtensions.cs
Source:
WebAssemblyHttpRequestMessageExtensions.cs
Source:
WebAssemblyHttpRequestMessageExtensions.cs
Source:
WebAssemblyHttpRequestMessageExtensions.cs
Source:
WebAssemblyHttpRequestMessageExtensions.cs
Source:
WebAssemblyHttpRequestMessageExtensions.cs

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 'mode' option for the HTTP request.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Net::Http::HttpRequestMessage ^ SetBrowserRequestMode(System::Net::Http::HttpRequestMessage ^ requestMessage, Microsoft::AspNetCore::Components::WebAssembly::Http::BrowserRequestMode requestMode);
public static System.Net.Http.HttpRequestMessage SetBrowserRequestMode(this System.Net.Http.HttpRequestMessage requestMessage, Microsoft.AspNetCore.Components.WebAssembly.Http.BrowserRequestMode requestMode);
static member SetBrowserRequestMode : System.Net.Http.HttpRequestMessage * Microsoft.AspNetCore.Components.WebAssembly.Http.BrowserRequestMode -> System.Net.Http.HttpRequestMessage
<Extension()>
Public Function SetBrowserRequestMode (requestMessage As HttpRequestMessage, requestMode As BrowserRequestMode) As HttpRequestMessage

Parameters

Returns

The HttpRequestMessage.

Remarks

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

Applies to


Feedback

Was this page helpful?