RazorComponentResult<TComponent> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RazorComponentResult<TComponent>() |
Constrói uma instância de RazorComponentResult. |
RazorComponentResult<TComponent>(IReadOnlyDictionary<String,Object>) |
Constrói uma instância de RazorComponentResult. |
RazorComponentResult<TComponent>(Object) |
Constrói uma instância de RazorComponentResult. |
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.