CMSMultiButtonBaseCreateListItemHyperLink Method |
Creates hyperlink which is used as a content of the list item. This is the clickable part of the dropdown list.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax protected virtual HyperLink CreateListItemHyperLink(
CMSButtonAction action
)
Parameters
- action
- Type: CMS.Base.Web.UICMSButtonAction
Hyperlink will represent this action
Return Value
Type:
HyperLinkSee Also