Bagikan melalui


RazorComponentResult<TComponent> Konstruktor

Definisi

Overload

RazorComponentResult<TComponent>()

Membuat instans RazorComponentResult.

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

Membuat instans RazorComponentResult.

RazorComponentResult<TComponent>(Object)

Membuat instans RazorComponentResult.

RazorComponentResult<TComponent>()

Sumber:
RazorComponentResultOfT.cs

Membuat instans RazorComponentResult.

public RazorComponentResult ();
Public Sub New ()

Berlaku untuk

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

Sumber:
RazorComponentResultOfT.cs

Membuat instans 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 untuk komponen.

Berlaku untuk

RazorComponentResult<TComponent>(Object)

Sumber:
RazorComponentResultOfT.cs

Membuat instans 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 untuk komponen.

Berlaku untuk