PartialViewResultExecutor Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds and executes an IView for a PartialViewResult.
public ref class PartialViewResultExecutor : Microsoft::AspNetCore::Mvc::ViewFeatures::ViewExecutor, Microsoft::AspNetCore::Mvc::Infrastructure::IActionResultExecutor<Microsoft::AspNetCore::Mvc::PartialViewResult ^>
public class PartialViewResultExecutor : Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor, Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<Microsoft.AspNetCore.Mvc.PartialViewResult>
type PartialViewResultExecutor = class
inherit ViewExecutor
interface IActionResultExecutor<PartialViewResult>
Public Class PartialViewResultExecutor
Inherits ViewExecutor
Implements IActionResultExecutor(Of PartialViewResult)
- Inheritance
- Implements
Diagnostic |
Gets the DiagnosticListener. (Inherited from ViewExecutor) |
Diagnostic |
Gets the DiagnosticSource. (Inherited from ViewExecutor) |
Logger |
Gets the ILogger. |
Model |
Gets the IModelMetadataProvider. (Inherited from ViewExecutor) |
Temp |
Gets the ITempDataDictionaryFactory. (Inherited from ViewExecutor) |
View |
Gets the default IViewEngine. (Inherited from ViewExecutor) |
View |
Gets the MvcViewOptions. (Inherited from ViewExecutor) |
Writer |
Gets the IHttpResponseStreamWriterFactory. (Inherited from ViewExecutor) |
Execute |
Executes the IView asynchronously. |
Execute |
Executes a view asynchronously. (Inherited from ViewExecutor) |
Execute |
Asynchronously executes the action result, by modifying the HttpResponse. |
Execute |
Executes a view asynchronously. (Inherited from ViewExecutor) |
Find |
Attempts to find the IView associated with |
Product | Versions |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |