LinkMenuItem

Wisej.Web.LinkMenuItem

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Represents an individual menu item that is displayed within a MainMenu or ContextMenu rendered using the link element to let the browser process the specified HRef URL.

public class LinkMenuItem : MenuItem

Constructors

LinkMenuItem()

Properties

HRef

Stringarrow-up-right: Returns or sets the URL to navigate to when this item is clicked.

Target

Stringarrow-up-right: Returns or sets where to open the URL specified in HRef.

Events

HRefChanged

EventHandlerarrow-up-right Fired when the HRef property value changes.

Implements

Name
Description

All wisej components implement this interface.

Allows an object to serialize itself.

Last updated

Was this helpful?