ScriptTagHelper.ImportMap プロパティ

定義

ドキュメントに使用する ImportMapDefinition

[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

プロパティ値

属性

注釈

これが設定されておらず、型の値が "importmap" の場合、インポート マップは現在の Metadataから既定で取得されます。

適用対象