IViewComponentResult 인터페이스

정의

의 결과 형식입니다 ViewComponent.

public interface class IViewComponentResult
public interface IViewComponentResult
type IViewComponentResult = interface
Public Interface IViewComponentResult
파생

메서드

Execute(ViewComponentContext)

지정된 context를 사용하여 의 ViewComponent 결과를 실행합니다.

ExecuteAsync(ViewComponentContext)

지정된 context를 사용하여 의 ViewComponent 결과를 비동기적으로 실행합니다.

적용 대상