Sdílet prostřednictvím


RazorComponentResult<TComponent> Konstruktory

Definice

Přetížení

RazorComponentResult<TComponent>()

Vytvoří instanci objektu RazorComponentResult.

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

Vytvoří instanci objektu RazorComponentResult.

RazorComponentResult<TComponent>(Object)

Vytvoří instanci objektu RazorComponentResult.

RazorComponentResult<TComponent>()

Zdroj:
RazorComponentResultOfT.cs

Vytvoří instanci objektu RazorComponentResult.

public RazorComponentResult ();
Public Sub New ()

Platí pro

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

Zdroj:
RazorComponentResultOfT.cs

Vytvoří instanci objektu 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))

Parametry

parameters
IReadOnlyDictionary<String,Object>

Parametry pro komponentu.

Platí pro

RazorComponentResult<TComponent>(Object)

Zdroj:
RazorComponentResultOfT.cs

Vytvoří instanci objektu 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)

Parametry

parameters
Object

Parametry pro komponentu.

Platí pro