다음을 통해 공유


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)

애플리케이션의 모듈 스크립트에 대한 가져오기 맵을 정의하는 요소를 나타냅니다.

적용 대상