Share via


ScriptTagHelper.ImportMap Property

Definition

The ImportMapDefinition to use for the document.

[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-importmap")]
public Microsoft.AspNetCore.Components.ImportMapDefinition ImportMap { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-importmap")>]
member this.ImportMap : Microsoft.AspNetCore.Components.ImportMapDefinition with get, set
Public Property ImportMap As ImportMapDefinition

Property Value

Attributes

Remarks

If this is not set and the type value is "importmap", the import map will be retrieved by default from the current Metadata.

Applies to