Search
PaletteExtensions.Palette Method (IHtmlHelper, Palette, Object)
See Also
 





Returns a Palette by using the specified HTML helper.

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

 Syntax

C#  Copy Code

public static IHtmlContent Palette (
    IHtmlHelper helper,
    Palette view,
    Object htmlAttributes
)

Visual Basic  Copy Code

Public Shared Function Palette( _
    helper As IHtmlHelper, _
    view As Palette, _
    htmlAttributes As Object _
) As IHtmlContent

 Parameters

helper

The HTML helper

view

The Palette

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also