ImportMap 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个 元素,该元素定义应用程序中模块脚本的导入映射。
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) |
表示一个 |