ViewViewComponentResult Class
Definition
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.
A IViewComponentResult that renders a partial view when executed.
public ref class ViewViewComponentResult : Microsoft::AspNetCore::Mvc::IViewComponentResult
public class ViewViewComponentResult : Microsoft.AspNetCore.Mvc.IViewComponentResult
type ViewViewComponentResult = class
interface IViewComponentResult
Public Class ViewViewComponentResult
Implements IViewComponentResult
- Inheritance
-
ViewViewComponentResult
- Implements
Constructors
ViewViewComponentResult() |
Properties
TempData |
Gets or sets the ITempDataDictionary instance. |
ViewData |
Gets or sets the ViewDataDictionary. |
ViewEngine |
Gets or sets the ViewEngine. |
ViewName |
Gets or sets the view name. |
Methods
Execute(ViewComponentContext) |
Locates and renders a view specified by ViewName. If ViewName is |
ExecuteAsync(ViewComponentContext) |
Locates and renders a view specified by ViewName. If ViewName is |