London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class Help

Inheritance
System.Object
Help
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.UI
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public static class Help

Methods

GetDateTimeGetParamString(HtmlHelper, Nullable<DateTime>)

Declaration
public static string GetDateTimeGetParamString(this HtmlHelper helper, DateTime? date)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper helper
System.Nullable<System.DateTime> date
Returns
Type Description
System.String

HelpButton(HtmlHelper)

Declaration
public static string HelpButton(this HtmlHelper helper)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper helper
Returns
Type Description
System.String

HelpButton(HtmlHelper, String)

Declaration
public static string HelpButton(this HtmlHelper helper, string section)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper helper
System.String section
Returns
Type Description
System.String

HelpButton(HtmlHelper, String, String, String[])

Declaration
public static string HelpButton(this HtmlHelper helper, string shellModuleName, string section, string[] htmlClasses)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper helper
System.String shellModuleName
System.String section
System.String[] htmlClasses
Returns
Type Description
System.String

HelpButton(HtmlHelper, String, String[])

Declaration
public static string HelpButton(this HtmlHelper helper, string section, string[] htmlClasses)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper helper
System.String section
System.String[] htmlClasses
Returns
Type Description
System.String