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()
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
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 |
|
Declaration
public static string HelpButton(this HtmlHelper helper)
Parameters
Type |
Name |
Description |
System.Web.Mvc.HtmlHelper |
helper |
|
Returns
Type |
Description |
System.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 |
|
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 |
|
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 |
|