Aracılığıyla paylaş


RazorComponentResult Oluşturucular

Tanım

Aşırı Yüklemeler

RazorComponentResult(Type)

bir örneğini RazorComponentResultoluşturur.

RazorComponentResult(Type, IReadOnlyDictionary<String,Object>)

bir örneğini RazorComponentResultoluşturur.

RazorComponentResult(Type, Object)

bir örneğini RazorComponentResultoluşturur.

RazorComponentResult(Type)

Kaynak:
RazorComponentResult.cs

bir örneğini RazorComponentResultoluşturur.

public RazorComponentResult (Type componentType);
new Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult : Type -> Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult
Public Sub New (componentType As Type)

Parametreler

componentType
Type

İşlenmek üzere bileşenin türü. Bunun uygulaması IComponentgerekir.

Şunlara uygulanır

RazorComponentResult(Type, IReadOnlyDictionary<String,Object>)

Kaynak:
RazorComponentResult.cs

bir örneğini RazorComponentResultoluşturur.

public RazorComponentResult (Type componentType, System.Collections.Generic.IReadOnlyDictionary<string,object?> parameters);
new Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult : Type * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult
Public Sub New (componentType As Type, parameters As IReadOnlyDictionary(Of String, Object))

Parametreler

componentType
Type

İşlenmek üzere bileşenin türü. Bunun uygulaması IComponentgerekir.

parameters
IReadOnlyDictionary<String,Object>

Bileşenin parametreleri.

Şunlara uygulanır

RazorComponentResult(Type, Object)

Kaynak:
RazorComponentResult.cs

bir örneğini RazorComponentResultoluşturur.

public RazorComponentResult (Type componentType, object parameters);
new Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult : Type * obj -> Microsoft.AspNetCore.Http.HttpResults.RazorComponentResult
Public Sub New (componentType As Type, parameters As Object)

Parametreler

componentType
Type

İşlenmek üzere bileşenin türü. Bunun uygulaması IComponentgerekir.

parameters
Object

Bileşenin parametreleri.

Şunlara uygulanır