Class InputHelperExtensions

Inheritance
System.Object
InputHelperExtensions
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 InputHelperExtensions

Methods

GetId(HtmlHelper)

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

Label(HtmlHelper, String, String, IDictionary<String, Object>)

Declaration
public static string Label(this HtmlHelper htmlHelper, string labelText, string inputId, IDictionary<string, object> htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String labelText
System.String inputId
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
Returns
Type Description
System.String

Label(HtmlHelper, String, String, Object)

Declaration
public static string Label(this HtmlHelper htmlHelper, string labelText, string inputId, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String labelText
System.String inputId
System.Object htmlAttributes
Returns
Type Description
System.String

LabeledCheckBox(HtmlHelper, String, String)

Declaration
public static string LabeledCheckBox(this HtmlHelper htmlHelper, string name, string labelText)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
Returns
Type Description
System.String

LabeledCheckBox(HtmlHelper, String, String, Boolean)

Declaration
public static string LabeledCheckBox(this HtmlHelper htmlHelper, string name, string labelText, bool isChecked)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Boolean isChecked
Returns
Type Description
System.String

LabeledCheckBox(HtmlHelper, String, String, Boolean, IDictionary<String, Object>, IDictionary<String, Object>)

Declaration
public static string LabeledCheckBox(this HtmlHelper htmlHelper, string name, string labelText, bool isChecked, IDictionary<string, object> htmlAttributes, IDictionary<string, object> labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Boolean isChecked
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
System.Collections.Generic.IDictionary<System.String, System.Object> labelHtmlAttributes
Returns
Type Description
System.String

LabeledCheckBox(HtmlHelper, String, String, Boolean, Object, Object)

Declaration
public static string LabeledCheckBox(this HtmlHelper htmlHelper, string name, string labelText, bool isChecked, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Boolean isChecked
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

LabeledCheckBox(HtmlHelper, String, String, IDictionary<String, Object>, IDictionary<String, Object>)

Declaration
public static string LabeledCheckBox(this HtmlHelper htmlHelper, string name, string labelText, IDictionary<string, object> htmlAttributes, IDictionary<string, object> labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
System.Collections.Generic.IDictionary<System.String, System.Object> labelHtmlAttributes
Returns
Type Description
System.String

LabeledCheckBox(HtmlHelper, String, String, Object, Object)

Declaration
public static string LabeledCheckBox(this HtmlHelper htmlHelper, string name, string labelText, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

LabeledDropDownList(HtmlHelper, String, String)

Declaration
public static string LabeledDropDownList(this HtmlHelper htmlHelper, string name, string labelText)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
Returns
Type Description
System.String

LabeledDropDownList(HtmlHelper, String, String, IEnumerable<SelectListItem>)

Declaration
public static string LabeledDropDownList(this HtmlHelper htmlHelper, string name, string labelText, IEnumerable<SelectListItem> selectList)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem> selectList
Returns
Type Description
System.String

LabeledDropDownList(HtmlHelper, String, String, IEnumerable<SelectListItem>, IDictionary<String, Object>, IDictionary<String, Object>)

Declaration
public static string LabeledDropDownList(this HtmlHelper htmlHelper, string name, string labelText, IEnumerable<SelectListItem> selectList, IDictionary<string, object> htmlAttributes, IDictionary<string, object> labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem> selectList
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
System.Collections.Generic.IDictionary<System.String, System.Object> labelHtmlAttributes
Returns
Type Description
System.String

LabeledDropDownList(HtmlHelper, String, String, IEnumerable<SelectListItem>, Object, Object)

Declaration
public static string LabeledDropDownList(this HtmlHelper htmlHelper, string name, string labelText, IEnumerable<SelectListItem> selectList, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem> selectList
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

LabeledDropDownList(HtmlHelper, String, String, IEnumerable<SelectListItem>, String)

Declaration
public static string LabeledDropDownList(this HtmlHelper htmlHelper, string name, string labelText, IEnumerable<SelectListItem> selectList, string optionLabel)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem> selectList
System.String optionLabel
Returns
Type Description
System.String

LabeledDropDownList(HtmlHelper, String, String, IEnumerable<SelectListItem>, String, IDictionary<String, Object>, IDictionary<String, Object>)

Declaration
public static string LabeledDropDownList(this HtmlHelper htmlHelper, string name, string labelText, IEnumerable<SelectListItem> selectList, string optionLabel, IDictionary<string, object> htmlAttributes, IDictionary<string, object> labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem> selectList
System.String optionLabel
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
System.Collections.Generic.IDictionary<System.String, System.Object> labelHtmlAttributes
Returns
Type Description
System.String

LabeledDropDownList(HtmlHelper, String, String, IEnumerable<SelectListItem>, String, Object, Object)

Declaration
public static string LabeledDropDownList(this HtmlHelper htmlHelper, string name, string labelText, IEnumerable<SelectListItem> selectList, string optionLabel, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem> selectList
System.String optionLabel
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

LabeledDropDownList(HtmlHelper, String, String, String)

Declaration
public static string LabeledDropDownList(this HtmlHelper htmlHelper, string name, string labelText, string optionLabel)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.String optionLabel
Returns
Type Description
System.String

LabeledPassword(HtmlHelper, String, String)

Declaration
public static string LabeledPassword(this HtmlHelper htmlHelper, string name, string labelText)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
Returns
Type Description
System.String

LabeledPassword(HtmlHelper, String, String, Object)

Declaration
public static string LabeledPassword(this HtmlHelper htmlHelper, string name, string labelText, object value)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
Returns
Type Description
System.String

LabeledPassword(HtmlHelper, String, String, Object, IDictionary<String, Object>, IDictionary<String, Object>)

Declaration
public static string LabeledPassword(this HtmlHelper htmlHelper, string name, string labelText, object value, IDictionary<string, object> htmlAttributes, IDictionary<string, object> labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
System.Collections.Generic.IDictionary<System.String, System.Object> labelHtmlAttributes
Returns
Type Description
System.String

LabeledPassword(HtmlHelper, String, String, Object, Object, Object)

Declaration
public static string LabeledPassword(this HtmlHelper htmlHelper, string name, string labelText, object value, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

LabeledRadioButton(HtmlHelper, String, String, Object)

Declaration
public static string LabeledRadioButton(this HtmlHelper htmlHelper, string name, string labelText, object value)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
Returns
Type Description
System.String

LabeledRadioButton(HtmlHelper, String, String, Object, Boolean)

Declaration
public static string LabeledRadioButton(this HtmlHelper htmlHelper, string name, string labelText, object value, bool isChecked)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
System.Boolean isChecked
Returns
Type Description
System.String

LabeledRadioButton(HtmlHelper, String, String, Object, Boolean, IDictionary<String, Object>, IDictionary<String, Object>)

Declaration
public static string LabeledRadioButton(this HtmlHelper htmlHelper, string name, string labelText, object value, bool isChecked, IDictionary<string, object> htmlAttributes, IDictionary<string, object> labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
System.Boolean isChecked
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
System.Collections.Generic.IDictionary<System.String, System.Object> labelHtmlAttributes
Returns
Type Description
System.String

LabeledRadioButton(HtmlHelper, String, String, Object, Boolean, Object, Object)

Declaration
public static string LabeledRadioButton(this HtmlHelper htmlHelper, string name, string labelText, object value, bool isChecked, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
System.Boolean isChecked
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

LabeledRadioButton(HtmlHelper, String, String, Object, Object, Object)

Declaration
public static string LabeledRadioButton(this HtmlHelper htmlHelper, string name, string labelText, object value, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

LabeledTextArea(HtmlHelper, String, String)

Declaration
public static string LabeledTextArea(this HtmlHelper htmlHelper, string name, string labelText)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
Returns
Type Description
System.String

LabeledTextArea(HtmlHelper, String, String, IDictionary<String, Object>, IDictionary<String, Object>)

Declaration
public static string LabeledTextArea(this HtmlHelper htmlHelper, string name, string labelText, IDictionary<string, object> htmlAttributes, IDictionary<string, object> labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
System.Collections.Generic.IDictionary<System.String, System.Object> labelHtmlAttributes
Returns
Type Description
System.String

LabeledTextArea(HtmlHelper, String, String, Object, Object)

Declaration
public static string LabeledTextArea(this HtmlHelper htmlHelper, string name, string labelText, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

LabeledTextArea(HtmlHelper, String, String, String)

Declaration
public static string LabeledTextArea(this HtmlHelper htmlHelper, string name, string labelText, string value)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.String value
Returns
Type Description
System.String

LabeledTextArea(HtmlHelper, String, String, String, IDictionary<String, Object>, IDictionary<String, Object>)

Declaration
public static string LabeledTextArea(this HtmlHelper htmlHelper, string name, string labelText, string value, IDictionary<string, object> htmlAttributes, IDictionary<string, object> labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.String value
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
System.Collections.Generic.IDictionary<System.String, System.Object> labelHtmlAttributes
Returns
Type Description
System.String

LabeledTextArea(HtmlHelper, String, String, String, Object, Object)

Declaration
public static string LabeledTextArea(this HtmlHelper htmlHelper, string name, string labelText, string value, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.String value
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

LabeledTextBox(HtmlHelper, String, String)

Declaration
public static string LabeledTextBox(this HtmlHelper htmlHelper, string name, string labelText)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
Returns
Type Description
System.String

LabeledTextBox(HtmlHelper, String, String, Object)

Declaration
public static string LabeledTextBox(this HtmlHelper htmlHelper, string name, string labelText, object value)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
Returns
Type Description
System.String

LabeledTextBox(HtmlHelper, String, String, Object, IDictionary<String, Object>, IDictionary<String, Object>)

Declaration
public static string LabeledTextBox(this HtmlHelper htmlHelper, string name, string labelText, object value, IDictionary<string, object> htmlAttributes, IDictionary<string, object> labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
System.Collections.Generic.IDictionary<System.String, System.Object> labelHtmlAttributes
Returns
Type Description
System.String

LabeledTextBox(HtmlHelper, String, String, Object, Object, Object)

Declaration
public static string LabeledTextBox(this HtmlHelper htmlHelper, string name, string labelText, object value, object htmlAttributes, object labelHtmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper htmlHelper
System.String name
System.String labelText
System.Object value
System.Object htmlAttributes
System.Object labelHtmlAttributes
Returns
Type Description
System.String

SelectList(HtmlHelper, Object, Object[])

Declaration
public static IEnumerable<SelectListItem> SelectList(this HtmlHelper html, object selectedValue, params object[] values)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.Object selectedValue
System.Object[] values
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem>

SelectList(HtmlHelper, Object, String, String, Object[])

Declaration
public static IEnumerable<SelectListItem> SelectList(this HtmlHelper html, object selectedValue, string dataValueField, string dataTextField, object[] values)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.Object selectedValue
System.String dataValueField
System.String dataTextField
System.Object[] values
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.Mvc.SelectListItem>

ShellButton(HtmlHelper, ShellInputType, String, String, String, Object)

Declaration
public static string ShellButton(this HtmlHelper html, ShellInputType inputType, string name, string value, string cssClass, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
ShellInputType inputType
System.String name
System.String value
System.String cssClass
System.Object htmlAttributes
Returns
Type Description
System.String

ShellButton(HtmlHelper, String, String, IDictionary<String, Object>)

Declaration
public static string ShellButton(this HtmlHelper html, string name, string value, IDictionary<string, object> htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
Returns
Type Description
System.String

ShellButton(HtmlHelper, String, String, Object)

Declaration
public static string ShellButton(this HtmlHelper html, string name, string value, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.Object htmlAttributes
Returns
Type Description
System.String

ShellButton(HtmlHelper, String, String, String, IDictionary<String, Object>)

Declaration
public static string ShellButton(this HtmlHelper html, string name, string value, string cssClass, IDictionary<string, object> htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.String cssClass
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
Returns
Type Description
System.String

ShellButton(HtmlHelper, String, String, String, Object)

Declaration
public static string ShellButton(this HtmlHelper html, string name, string value, string cssClass, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.String cssClass
System.Object htmlAttributes
Returns
Type Description
System.String

ShellInput(HtmlHelper, ShellInputType, String, String, IDictionary<String, Object>)

Declaration
public static string ShellInput(this HtmlHelper html, ShellInputType inputType, string name, string value, IDictionary<string, object> htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
ShellInputType inputType
System.String name
System.String value
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
Returns
Type Description
System.String

ShellInput(HtmlHelper, ShellInputType, String, String, Object)

Declaration
public static string ShellInput(this HtmlHelper html, ShellInputType inputType, string name, string value, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
ShellInputType inputType
System.String name
System.String value
System.Object htmlAttributes
Returns
Type Description
System.String

ShellInput(HtmlHelper, ShellInputType, String, String, String, IDictionary<String, Object>)

Declaration
public static string ShellInput(this HtmlHelper html, ShellInputType inputType, string name, string value, string cssClass, IDictionary<string, object> htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
ShellInputType inputType
System.String name
System.String value
System.String cssClass
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
Returns
Type Description
System.String

ShellInput(HtmlHelper, ShellInputType, String, String, String, Object)

Declaration
public static string ShellInput(this HtmlHelper html, ShellInputType inputType, string name, string value, string cssClass, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
ShellInputType inputType
System.String name
System.String value
System.String cssClass
System.Object htmlAttributes
Returns
Type Description
System.String

ShellResetButton(HtmlHelper, String, String, IDictionary<String, Object>)

Declaration
public static string ShellResetButton(this HtmlHelper html, string name, string value, IDictionary<string, object> htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
Returns
Type Description
System.String

ShellResetButton(HtmlHelper, String, String, Object)

Declaration
public static string ShellResetButton(this HtmlHelper html, string name, string value, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.Object htmlAttributes
Returns
Type Description
System.String

ShellResetButton(HtmlHelper, String, String, String, IDictionary<String, Object>)

Declaration
public static string ShellResetButton(this HtmlHelper html, string name, string value, string cssClass, IDictionary<string, object> htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.String cssClass
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
Returns
Type Description
System.String

ShellResetButton(HtmlHelper, String, String, String, Object)

Declaration
public static string ShellResetButton(this HtmlHelper html, string name, string value, string cssClass, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.String cssClass
System.Object htmlAttributes
Returns
Type Description
System.String

ShellSubmitButton(HtmlHelper, String, String, IDictionary<String, Object>)

Declaration
public static string ShellSubmitButton(this HtmlHelper html, string name, string value, IDictionary<string, object> htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
Returns
Type Description
System.String

ShellSubmitButton(HtmlHelper, String, String, Object)

Declaration
public static string ShellSubmitButton(this HtmlHelper html, string name, string value, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.Object htmlAttributes
Returns
Type Description
System.String

ShellSubmitButton(HtmlHelper, String, String, String, IDictionary<String, Object>)

Declaration
public static string ShellSubmitButton(this HtmlHelper html, string name, string value, string cssClass, IDictionary<string, object> htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.String cssClass
System.Collections.Generic.IDictionary<System.String, System.Object> htmlAttributes
Returns
Type Description
System.String

ShellSubmitButton(HtmlHelper, String, String, String, Object)

Declaration
public static string ShellSubmitButton(this HtmlHelper html, string name, string value, string cssClass, object htmlAttributes)
Parameters
Type Name Description
System.Web.Mvc.HtmlHelper html
System.String name
System.String value
System.String cssClass
System.Object htmlAttributes
Returns
Type Description
System.String