Share via


WebAssemblyComponentsEndpointOptions Class

Definition

Options to configure interactive WebAssembly components.

public sealed class WebAssemblyComponentsEndpointOptions
type WebAssemblyComponentsEndpointOptions = class
Public NotInheritable Class WebAssemblyComponentsEndpointOptions
Inheritance
WebAssemblyComponentsEndpointOptions

Constructors

WebAssemblyComponentsEndpointOptions()

Properties

PathPrefix

Gets or sets the PathString that indicates the prefix for Blazor WebAssembly assets. This path must correspond to a referenced Blazor WebAssembly application project.

StaticAssetsManifestPath

Gets or sets the String that determines the static assets manifest path mapped to this app.

Applies to