BlazorWebViewStaticContentRequest(Uri, String) Constructor
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.
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.