IViewComponentResult.Execute(ViewComponentContext) 메서드

정의

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

public:
 void Execute(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);
public void Execute (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);
abstract member Execute : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> unit
Public Sub Execute (context As ViewComponentContext)

매개 변수

context
ViewComponentContext

ViewComponentContext 현재 구성 요소 실행에 대한 입니다.

적용 대상