IViewComponentResult Interface
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.
Result type of a ViewComponent.
public interface class IViewComponentResult
public interface IViewComponentResult
type IViewComponentResult = interface
Public Interface IViewComponentResult
- Derived
Methods
Execute(ViewComponentContext) |
Executes the result of a ViewComponent using the specified |
ExecuteAsync(ViewComponentContext) |
Asynchronously executes the result of a ViewComponent using the specified
|