ImportMap.ImportMapDefinition Property

Definition

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.

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.ImportMapDefinition? ImportMapDefinition { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ImportMapDefinition : Microsoft.AspNetCore.Components.ImportMapDefinition with get, set
Public Property ImportMapDefinition As ImportMapDefinition

Property Value

Attributes

Applies to