Aracılığıyla paylaş


ViewComponentHelperExtensions.InvokeAsync Yöntem

Tanım

Aşırı Yüklemeler

InvokeAsync(IViewComponentHelper, String)

Belirtilen nameile bir görünüm bileşeni çağırır.

InvokeAsync(IViewComponentHelper, Type)

türünde componentTypebir görünüm bileşeni çağırır.

InvokeAsync<TComponent>(IViewComponentHelper)

türünde TComponentbir görünüm bileşeni çağırır.

InvokeAsync<TComponent>(IViewComponentHelper, Object)

türünde TComponentbir görünüm bileşeni çağırır.

InvokeAsync(IViewComponentHelper, String)

Kaynak:
ViewComponentHelperExtensions.cs
Kaynak:
ViewComponentHelperExtensions.cs
Kaynak:
ViewComponentHelperExtensions.cs

Belirtilen nameile bir görünüm bileşeni çağırır.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::AspNetCore::Html::IHtmlContent ^> ^ InvokeAsync(Microsoft::AspNetCore::Mvc::IViewComponentHelper ^ helper, System::String ^ name);
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Html.IHtmlContent> InvokeAsync (this Microsoft.AspNetCore.Mvc.IViewComponentHelper helper, string name);
static member InvokeAsync : Microsoft.AspNetCore.Mvc.IViewComponentHelper * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Html.IHtmlContent>
<Extension()>
Public Function InvokeAsync (helper As IViewComponentHelper, name As String) As Task(Of IHtmlContent)

Parametreler

name
String

Görünüm bileşeninin adı.

Döndürülenler

Task Tamamlandıktan sonra işlenen IHtmlContentdöndürür.

Şunlara uygulanır

InvokeAsync(IViewComponentHelper, Type)

Kaynak:
ViewComponentHelperExtensions.cs
Kaynak:
ViewComponentHelperExtensions.cs
Kaynak:
ViewComponentHelperExtensions.cs

türünde componentTypebir görünüm bileşeni çağırır.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::AspNetCore::Html::IHtmlContent ^> ^ InvokeAsync(Microsoft::AspNetCore::Mvc::IViewComponentHelper ^ helper, Type ^ componentType);
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Html.IHtmlContent> InvokeAsync (this Microsoft.AspNetCore.Mvc.IViewComponentHelper helper, Type componentType);
static member InvokeAsync : Microsoft.AspNetCore.Mvc.IViewComponentHelper * Type -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Html.IHtmlContent>
<Extension()>
Public Function InvokeAsync (helper As IViewComponentHelper, componentType As Type) As Task(Of IHtmlContent)

Parametreler

componentType
Type

Görünüm bileşeni Type.

Döndürülenler

Task Tamamlandıktan sonra işlenen IHtmlContentdöndürür.

Şunlara uygulanır

InvokeAsync<TComponent>(IViewComponentHelper)

Kaynak:
ViewComponentHelperExtensions.cs
Kaynak:
ViewComponentHelperExtensions.cs
Kaynak:
ViewComponentHelperExtensions.cs

türünde TComponentbir görünüm bileşeni çağırır.

public:
generic <typename TComponent>
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::AspNetCore::Html::IHtmlContent ^> ^ InvokeAsync(Microsoft::AspNetCore::Mvc::IViewComponentHelper ^ helper);
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Html.IHtmlContent> InvokeAsync<TComponent> (this Microsoft.AspNetCore.Mvc.IViewComponentHelper helper);
static member InvokeAsync : Microsoft.AspNetCore.Mvc.IViewComponentHelper -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Html.IHtmlContent>
<Extension()>
Public Function InvokeAsync(Of TComponent) (helper As IViewComponentHelper) As Task(Of IHtmlContent)

Tür Parametreleri

TComponent

Type Görünüm bileşeninin.

Parametreler

Döndürülenler

Task Tamamlandıktan sonra işlenen IHtmlContentdöndürür.

Şunlara uygulanır

InvokeAsync<TComponent>(IViewComponentHelper, Object)

Kaynak:
ViewComponentHelperExtensions.cs
Kaynak:
ViewComponentHelperExtensions.cs
Kaynak:
ViewComponentHelperExtensions.cs

türünde TComponentbir görünüm bileşeni çağırır.

public:
generic <typename TComponent>
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::AspNetCore::Html::IHtmlContent ^> ^ InvokeAsync(Microsoft::AspNetCore::Mvc::IViewComponentHelper ^ helper, System::Object ^ arguments);
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Html.IHtmlContent> InvokeAsync<TComponent> (this Microsoft.AspNetCore.Mvc.IViewComponentHelper helper, object arguments);
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Html.IHtmlContent> InvokeAsync<TComponent> (this Microsoft.AspNetCore.Mvc.IViewComponentHelper helper, object? arguments);
static member InvokeAsync : Microsoft.AspNetCore.Mvc.IViewComponentHelper * obj -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Html.IHtmlContent>
<Extension()>
Public Function InvokeAsync(Of TComponent) (helper As IViewComponentHelper, arguments As Object) As Task(Of IHtmlContent)

Tür Parametreleri

TComponent

Type Görünüm bileşeninin.

Parametreler

arguments
Object

Çağrılan görünüm bileşeni yöntemine geçirilecek bağımsız değişkenler.

Döndürülenler

Task Tamamlandıktan sonra işlenen IHtmlContentdöndürür.

Şunlara uygulanır