IViewComponentResult Interface

Definition

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 context.

ExecuteAsync(ViewComponentContext)

Asynchronously executes the result of a ViewComponent using the specified context.

Applies to