BlazorWebViewStaticContentRequest Class
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.
Describes a request for static content served by a BlazorWebView. An instance is passed to the
callback set on StaticContentCacheControlProvider so the application can decide
which Cache-Control header value to send for the resource.
public ref class BlazorWebViewStaticContentRequest sealed
public sealed class BlazorWebViewStaticContentRequest
type BlazorWebViewStaticContentRequest = class
Public NotInheritable Class BlazorWebViewStaticContentRequest
- Inheritance
-
BlazorWebViewStaticContentRequest
Constructors
| Name | Description |
|---|---|
| BlazorWebViewStaticContentRequest(Uri, String) |
Initializes a new instance of the BlazorWebViewStaticContentRequest class. |
Properties
| Name | Description |
|---|---|
| ContentType |
Gets the resolved MIME content type of the requested static content, for example |
| Uri |
Gets the absolute URI of the requested static content. |