Partilhar via


RazorComponentResult<TComponent> Construtores

Definição

Sobrecargas

RazorComponentResult<TComponent>()

Origem:
RazorComponentResultOfT.cs

Constrói uma instância de RazorComponentResult.

public RazorComponentResult();
Public Sub New ()

Aplica-se a

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

Origem:
RazorComponentResultOfT.cs

Constrói uma instância de 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))

Parâmetros

parameters
IReadOnlyDictionary<String,Object>

Parâmetros para o componente.

Aplica-se a

RazorComponentResult<TComponent>(Object)

Origem:
RazorComponentResultOfT.cs

Constrói uma instância de 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)

Parâmetros

parameters
Object

Parâmetros para o componente.

Aplica-se a