WebAssemblyComponentsEndpointOptions Class

Definition

Options to configure interactive WebAssembly components.

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

Constructors

Name Description
WebAssemblyComponentsEndpointOptions()

Properties

Name Description
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