ImportMap.ImportMapDefinition Property
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.
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