다음을 통해 공유


RootComponentMappingCollection 클래스

정의

항목의 RootComponentMapping 컬렉션을 정의합니다.

public ref class RootComponentMappingCollection : System::Collections::ObjectModel::Collection<Microsoft::AspNetCore::Components::WebAssembly::Hosting::RootComponentMapping>
public class RootComponentMappingCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping>
public class RootComponentMappingCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping>, Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration
type RootComponentMappingCollection = class
    inherit Collection<RootComponentMapping>
type RootComponentMappingCollection = class
    inherit Collection<RootComponentMapping>
    interface IJSComponentConfiguration
Public Class RootComponentMappingCollection
Inherits Collection(Of RootComponentMapping)
Public Class RootComponentMappingCollection
Inherits Collection(Of RootComponentMapping)
Implements IJSComponentConfiguration
상속
RootComponentMappingCollection
구현

생성자

RootComponentMappingCollection()

항목의 RootComponentMapping 컬렉션을 정의합니다.

속성

JSComponents

JavaScript에서 루트 구성 요소를 동적으로 추가할 수 있도록 하는 구성 옵션의 저장소를 가져옵니다.

메서드

Add(Type, String, ParameterView)

컬렉션에 구성 요소 매핑을 추가합니다.

Add(Type, String)

컬렉션에 구성 요소 매핑을 추가합니다.

Add<TComponent>(String)

컬렉션에 구성 요소 매핑을 추가합니다.

AddRange(IEnumerable<RootComponentMapping>)

이 컬렉션에 항목 컬렉션을 추가합니다.

확장 메서드

RegisterCustomElement<TComponent>(IJSComponentConfiguration, String)

항목의 RootComponentMapping 컬렉션을 정의합니다.

RegisterForJavaScript(IJSComponentConfiguration, Type, String, String)

지정된 구성 요소 형식을 JavaScript에서 인스턴스화할 수 있는 것으로 표시합니다.

RegisterForJavaScript(IJSComponentConfiguration, Type, String)

지정된 구성 요소 형식을 JavaScript에서 인스턴스화할 수 있는 것으로 표시합니다.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String)

지정된 구성 요소 형식을 JavaScript에서 인스턴스화할 수 있는 것으로 표시합니다.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String)

지정된 구성 요소 형식을 JavaScript에서 인스턴스화할 수 있는 것으로 표시합니다.

적용 대상