IViewComponentResult Schnittstelle

Definition

Ergebnistyp eines ViewComponent.

public interface class IViewComponentResult
public interface IViewComponentResult
type IViewComponentResult = interface
Public Interface IViewComponentResult
Abgeleitet

Methoden

Execute(ViewComponentContext)

Führt das Ergebnis eines ViewComponent mithilfe des angegebenen contextaus.

ExecuteAsync(ViewComponentContext)

Führt das Ergebnis einer ViewComponent asynchron aus, indem der angegebene contextverwendet wird.

Gilt für: