Search
OverviewExtensions.Overview Method (IHtmlHelper, Overview, Object)
See Also
 





Returns a Overview by using the specified HTML helper.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public static MvcHtmlString Overview (
    HtmlHelper helper,
    Overview view,
    Object htmlAttributes
)

Visual Basic  Copy Code

Public Shared Function Overview( _
    helper As HtmlHelper, _
    view As Overview, _
    htmlAttributes As Object _
) As MvcHtmlString

 Parameters

helper

The HTML helper

view

The Overview

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also