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 который завершается после выпуска компонента представления.