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


DefaultViewComponentFactory.ReleaseViewComponentAsync Метод

Определение

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

public 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 Function ReleaseViewComponentAsync (context As ViewComponentContext, component As Object) As ValueTask

Параметры

context
ViewComponentContext

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

component
Object

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

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

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

Реализации

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