Compartir a través de


RazorComponentResult<TComponent> Constructores

Definición

Sobrecargas

RazorComponentResult<TComponent>()

Construye una instancia de RazorComponentResult.

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

Construye una instancia de RazorComponentResult.

RazorComponentResult<TComponent>(Object)

Construye una instancia de RazorComponentResult.

RazorComponentResult<TComponent>()

Source:
RazorComponentResultOfT.cs

Construye una instancia de RazorComponentResult.

public RazorComponentResult ();
Public Sub New ()

Se aplica a

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

Source:
RazorComponentResultOfT.cs

Construye una instancia 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 el componente.

Se aplica a

RazorComponentResult<TComponent>(Object)

Source:
RazorComponentResultOfT.cs

Construye una instancia 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 el componente.

Se aplica a