Share via


ImportMap Class

Definition

Represents an element that defines the import map for module scripts in the application.

public sealed class ImportMap : Microsoft.AspNetCore.Components.IComponent
type ImportMap = class
    interface IComponent
Public NotInheritable Class ImportMap
Implements IComponent
Inheritance
ImportMap
Implements

Constructors

ImportMap()

Properties

AdditionalAttributes

Gets or sets a collection of additional attributes that will be applied to the created script element.

HttpContext

Gets or sets the HttpContext for the component.

ImportMapDefinition

Gets or sets the import map definition to use for the component. If not set the component will generate the import map based on the assets defined for this application.

Explicit Interface Implementations

IComponent.Attach(RenderHandle)
IComponent.SetParametersAsync(ParameterView)

Applies to