Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ToolTipExtensions

Inheritance
System.Object
ToolTipExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Web.Mvc.Html
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public static class ToolTipExtensions

Methods

RenderToolTip(HtmlHelper, ToolTipElement[])

Declaration
public static void RenderToolTip(this HtmlHelper html, params ToolTipElement[] elements)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
ToolTipElement[] elements

RenderToolTip(HtmlHelper, IDictionary<String, String>)

Declaration
public static void RenderToolTip(this HtmlHelper html, IDictionary<string, string> elements)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.Collections.Generic.IDictionary<System.String, System.String> elements

RenderToolTip(HtmlHelper, IEnumerable<ToolTipElement>)

Declaration
public static void RenderToolTip(this HtmlHelper html, IEnumerable<ToolTipElement> elements)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.Collections.Generic.IEnumerable<ToolTipElement> elements