Freigeben über


RazorComponentResult<TComponent> Konstruktoren

Definition

Überlädt

RazorComponentResult<TComponent>()

Erstellt eine instance von RazorComponentResult.

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

Erstellt eine instance von RazorComponentResult.

RazorComponentResult<TComponent>(Object)

Erstellt eine instance von RazorComponentResult.

RazorComponentResult<TComponent>()

Quelle:
RazorComponentResultOfT.cs

Erstellt eine instance von RazorComponentResult.

public RazorComponentResult ();
Public Sub New ()

Gilt für:

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

Quelle:
RazorComponentResultOfT.cs

Erstellt eine instance von 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))

Parameter

parameters
IReadOnlyDictionary<String,Object>

Parameter für die Komponente.

Gilt für:

RazorComponentResult<TComponent>(Object)

Quelle:
RazorComponentResultOfT.cs

Erstellt eine instance von 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)

Parameter

parameters
Object

Parameter für die Komponente.

Gilt für: