다음을 통해 공유


RazorComponentResult<TComponent> 생성자

정의

오버로드

RazorComponentResult<TComponent>()

의 instance 생성합니다RazorComponentResult.

RazorComponentResult<TComponent>(IReadOnlyDictionary<String,Object>)

의 instance 생성합니다RazorComponentResult.

RazorComponentResult<TComponent>(Object)

의 instance 생성합니다RazorComponentResult.

RazorComponentResult<TComponent>()

Source:
RazorComponentResultOfT.cs

의 instance 생성합니다RazorComponentResult.

public RazorComponentResult ();
Public Sub New ()

적용 대상

RazorComponentResult<TComponent>(IReadOnlyDictionary<String,Object>)

Source:
RazorComponentResultOfT.cs

의 instance 생성합니다RazorComponentResult.

public RazorComponentResult (System.Collections.Generic.IReadOnlyDictionary<string,object?> parameters);
new Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult<'Component (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)> : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult<'Component (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)>
Public Sub New (parameters As IReadOnlyDictionary(Of String, Object))

매개 변수

parameters
IReadOnlyDictionary<String,Object>

구성 요소에 대한 매개 변수입니다.

적용 대상

RazorComponentResult<TComponent>(Object)

Source:
RazorComponentResultOfT.cs

의 instance 생성합니다RazorComponentResult.

public RazorComponentResult (object parameters);
new Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult<'Component (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)> : obj -> Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult<'Component (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)>
Public Sub New (parameters As Object)

매개 변수

parameters
Object

구성 요소에 대한 매개 변수입니다.

적용 대상