Renders a PertChartView control instance.

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

C#
public static MvcHtmlString PertChartView(
	HtmlHelper helper,
	Action<PertChartView> initialization
)
Visual Basic (Declaration)
Public Shared Function PertChartView ( _
	helper As HtmlHelper, _
	initialization As Action(Of PertChartView) _
) As MvcHtmlString

Parameters

helper
Type: HtmlHelper
initialization
Type: System..::.Action<(Of <(PertChartView>)>)

See Also