共用方式為


ImportMap 類別

定義

表示 專案,定義應用程式中模組腳本的匯入對應。

public sealed class ImportMap : Microsoft.AspNetCore.Components.IComponent
type ImportMap = class
    interface IComponent
Public NotInheritable Class ImportMap
Implements IComponent
繼承
ImportMap
實作

建構函式

ImportMap()

表示 專案,定義應用程式中模組腳本的匯入對應。

屬性

HttpContext

取得或設定元件的 HttpContext

ImportMapDefinition

取得或設定要用於元件的匯入對應定義。 如果未設定,元件會根據為此應用程式定義的資產產生匯入對應。

明確介面實作

IComponent.Attach(RenderHandle)

表示 專案,定義應用程式中模組腳本的匯入對應。

IComponent.SetParametersAsync(ParameterView)

表示 專案,定義應用程式中模組腳本的匯入對應。

適用於