RootComponentMappingCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
항목의 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에서 인스턴스화할 수 있는 것으로 표시합니다. |