ViewComponentResultExecutor
ViewComponentResultExecutor(IOptions<MvcViewOptions>, ILoggerFactory, HtmlEncoder, IModelMetadataProvider, ITempDataDictionaryFactory)
ViewComponentResultExecutor(IOptions<MvcViewOptions>, ILoggerFactory, HtmlEncoder, IModelMetadataProvider, ITempDataDictionaryFactory, IHttpResponseStreamWriterFactory)
ExecuteAsync(ActionContext, ViewComponentResult)
net5.0
namespace Microsoft.AspNetCore.Mvc.ViewFeatures
{
public class ViewComponentResultExecutor : IActionResultExecutor<ViewComponentResult>
{
[Obsolete("This constructor is obsolete and will be removed in a future version.")]
public ViewComponentResultExecutor(IOptions<MvcViewOptions> mvcHelperOptions, ILoggerFactory loggerFactory, HtmlEncoder htmlEncoder, IModelMetadataProvider modelMetadataProvider, ITempDataDictionaryFactory tempDataDictionaryFactory);
}
}
| .NET | 5.0 |
|---|---|
| .NET Core | 3.03.1 |
Information specific to net5.0 | |
| Assembly | Microsoft.AspNetCore.Mvc.ViewFeatures , Version=5.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Requires any:
|
| Obsolete | This constructor is obsolete and will be removed in a future version. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API