Search
OverviewExtensions.Overview Method (IHtmlHelper, String, String, String)
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 IHtmlContent Overview (
    IHtmlHelper helper,
    string id,
    string diagramViewId,
    string initFunction
)

Visual Basic  Copy Code

Public Shared Function Overview( _
    helper As IHtmlHelper, _
    id As String, _
    diagramViewId As String, _
    initFunction As String _
) As IHtmlContent

 Parameters

helper

The HTML helper

id

The Id of the Overview

diagramViewId

The Id of the DiagramView

initFunction

The name of the function that will contain the initializing scripts for the view.

 Return Value

 See Also