Condividi tramite


RazorComponentResult<TComponent> Costruttori

Definizione

Overload

RazorComponentResult<TComponent>()

Costruisce un'istanza di RazorComponentResult.

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

Costruisce un'istanza di RazorComponentResult.

RazorComponentResult<TComponent>(Object)

Costruisce un'istanza di RazorComponentResult.

RazorComponentResult<TComponent>()

Origine:
RazorComponentResultOfT.cs

Costruisce un'istanza di RazorComponentResult.

public RazorComponentResult ();
Public Sub New ()

Si applica a

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

Origine:
RazorComponentResultOfT.cs

Costruisce un'istanza di 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))

Parametri

parameters
IReadOnlyDictionary<String,Object>

Parametri per il componente.

Si applica a

RazorComponentResult<TComponent>(Object)

Origine:
RazorComponentResultOfT.cs

Costruisce un'istanza di 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)

Parametri

parameters
Object

Parametri per il componente.

Si applica a