You can just do this in your view: `@await Compone...
# social
d
You can just do this in your view:
@await Component.InvokeAsync(block.Content.ContentType.Alias, block)
but have this in the component:
public IViewComponentResult Invoke(BlockListItem<NewsArticleImageElement> model)