RazorComponentResult<TComponent> 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
구성 요소에 대한 매개 변수입니다.