MenuItem Constructor
.NET Framework (current version)
Initializes a new instance of the MenuItem class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | MenuItem() | Initializes a new instance of the MenuItem class without menu text or a value. |
![]() | MenuItem(String^) | Initializes a new instance of the MenuItem class using the specified menu text. |
![]() | MenuItem(String^, String^) | Initializes a new instance of the MenuItem class using the specified menu text and value. |
![]() | MenuItem(String^, String^, String^) | Initializes a new instance of the MenuItem class using the specified menu text, value, and URL to an image. |
![]() | MenuItem(String^, String^, String^, String^) | Initializes a new instance of the MenuItem class using the specified menu text, value, image URL, and navigation URL. |
![]() | MenuItem(String^, String^, String^, String^, String^) | Initializes a new instance of the MenuItem class using the specified menu text, value, image URL, navigation URL, and target. |
Show:
