BlazorWebViewStaticContentRequest(Uri, String) Constructor

Definition

Initializes a new instance of the BlazorWebViewStaticContentRequest class.

public:
 BlazorWebViewStaticContentRequest(Uri ^ uri, System::String ^ contentType);
public BlazorWebViewStaticContentRequest(Uri uri, string contentType);
new Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewStaticContentRequest : Uri * string -> Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewStaticContentRequest
Public Sub New (uri As Uri, contentType As String)

Parameters

uri
Uri

The absolute URI of the requested static content.

contentType
String

The resolved MIME content type of the requested static content.

Applies to