Поделиться через


IViewComponentFactory.ReleaseViewComponentAsync Метод

Определение

Асинхронно освобождает экземпляр компонента представления.

public virtual System.Threading.Tasks.ValueTask ReleaseViewComponentAsync (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context, object component);
abstract member ReleaseViewComponentAsync : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext * obj -> System.Threading.Tasks.ValueTask
override this.ReleaseViewComponentAsync : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext * obj -> System.Threading.Tasks.ValueTask
Public Overridable Function ReleaseViewComponentAsync (context As ViewComponentContext, component As Object) As ValueTask

Параметры

context
ViewComponentContext

Контекст, связанный componentс .

component
Object

Компонент представления.

Возвращаемое значение

Объект , ValueTask который завершается после выпуска компонента представления.

Применяется к