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()
Assembly: EPiServer.Shell.dll
Version: 11.20.7
public static class InputHelperExtensions
Methods
Declaration
public static string GetId(this HtmlHelper htmlHelper)
Parameters
Type |
Name |
Description |
System.Web.Mvc.HtmlHelper |
htmlHelper |
|
Returns
Type |
Description |
System.String |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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> |
|
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> |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|