/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/site/widget/ |
H A D | Form.php | 91 $htmlAttributes = $this->_addErrorCss($htmlAttributes); 95 $htmlAttributes = array_merge($this->labelOptions, $htmlAttributes); 459 $htmlAttributes = $this->_resolveNameID($model,$attribute,$htmlAttributes); 520 $htmlAttributes['id']=$this->_getIdByName($htmlAttributes['name']); 548 $this->htmlAttributes = $htmlAttributes; 597 $htmlAttributes['id']=$this->_getIdByName($htmlAttributes['name']); 611 else if(isset($htmlAttributes['required']) && !$htmlAttributes['required']) 636 $htmlAttributes = $this->_addErrorCss($htmlAttributes); 637 $htmlAttributes = array_merge($this->inputOptions, $htmlAttributes); 888 $raw=isset($htmlAttributes['encode']) && !$htmlAttributes['encode']; [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/Html/ |
H A D | InputExtensions.cs | 40 …BoxHelper(htmlHelper, metadata: null, name: name, isChecked: null, htmlAttributes: htmlAttributes); in CheckBox() 129 htmlAttributes: htmlAttributes); in Hidden() 180 htmlAttributes: htmlAttributes); in HiddenHelper() 230 htmlAttributes: htmlAttributes); in PasswordFor() 245 htmlAttributes: htmlAttributes); in PasswordHelper() 396 return TextBox(htmlHelper, name, value, format: null, htmlAttributes: htmlAttributes); in TextBox() 406 return TextBox(htmlHelper, name, value, format: null, htmlAttributes: htmlAttributes); in TextBox() 421 htmlAttributes: htmlAttributes); in TextBox() 439 return htmlHelper.TextBoxFor(expression, format: null, htmlAttributes: htmlAttributes); in TextBoxFor() 451 return htmlHelper.TextBoxFor(expression, format: null, htmlAttributes: htmlAttributes); in TextBoxFor() [all …]
|
H A D | LabelExtensions.cs | 26 …return Label(html, expression, labelText: null, htmlAttributes: htmlAttributes, metadataProvider: … in Label() 31 …return Label(html, expression, labelText: null, htmlAttributes: htmlAttributes, metadataProvider: … in Label() 49 HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes), in Label() 59 htmlAttributes); in Label() 77 …return LabelFor(html, expression, labelText: null, htmlAttributes: htmlAttributes, metadataProvide… in LabelFor() 83 …return LabelFor(html, expression, labelText: null, htmlAttributes: htmlAttributes, metadataProvide… in LabelFor() 103 HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes), in LabelFor() 113 htmlAttributes); in LabelFor() 128 …etadata, String.Empty, labelText: null, htmlAttributes: HtmlHelper.AnonymousObjectToHtmlAttributes… in LabelForModel() 133 …(html, html.ViewData.ModelMetadata, String.Empty, labelText: null, htmlAttributes: htmlAttributes); in LabelForModel() [all …]
|
H A D | LinkExtensions.cs | 21 …mlHelper htmlHelper, string linkText, string actionName, object routeValues, object htmlAttributes) in ActionLink() argument 31 …t, string actionName, RouteValueDictionary routeValues, IDictionary<string, object> htmlAttributes) in ActionLink() argument 33 …tionLink(htmlHelper, linkText, actionName, null /* controllerName */, routeValues, htmlAttributes); in ActionLink() 41 …ring linkText, string actionName, string controllerName, object routeValues, object htmlAttributes) in ActionLink() argument 43 …new RouteValueDictionary(routeValues), HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ActionLink() 94 …g RouteLink(this HtmlHelper htmlHelper, string linkText, object routeValues, object htmlAttributes) in RouteLink() argument 96 …new RouteValueDictionary(routeValues), HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in RouteLink() 99 …per, string linkText, RouteValueDictionary routeValues, IDictionary<string, object> htmlAttributes) in RouteLink() argument 101 … return RouteLink(htmlHelper, linkText, null /* routeName */, routeValues, htmlAttributes); in RouteLink() 104 …tmlHelper htmlHelper, string linkText, string routeName, object routeValues, object htmlAttributes) in RouteLink() argument [all …]
|
H A D | TextAreaExtensions.cs | 54 …ublic static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, object htmlAttributes) in TextArea() argument 56 …ea(htmlHelper, name, null /* value */, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in TextArea() 61 return TextArea(htmlHelper, name, null /* value */, htmlAttributes); in TextArea() 69 …vcHtmlString TextArea(this HtmlHelper htmlHelper, string name, string value, object htmlAttributes) in TextArea() argument 71 …turn TextArea(htmlHelper, name, value, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in TextArea() 82 … return TextAreaHelper(htmlHelper, metadata, name, implicitRowsAndColumns, htmlAttributes); in TextArea() 98 …AreaHelper(htmlHelper, metadata, name, GetRowsAndColumnsDictionary(rows, columns), htmlAttributes); in TextArea() 110 …rn TextAreaFor(htmlHelper, expression, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in TextAreaFor() 125 htmlAttributes); in TextAreaFor() 146 htmlAttributes); in TextAreaFor() [all …]
|
H A D | SelectExtensions.cs | 40 … return DropDownList(htmlHelper, name, selectList, null /* optionLabel */, htmlAttributes); in DropDownList() 50 …Helper, name, selectList, optionLabel, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in DropDownList() 55 …xpression: name, selectList: selectList, optionLabel: optionLabel, htmlAttributes: htmlAttributes); in DropDownList() 73 …return DropDownListFor(htmlHelper, expression, selectList, null /* optionLabel */, htmlAttributes); in DropDownListFor() 104 …tadata, optionLabel, expression, selectList, allowMultiple: false, htmlAttributes: htmlAttributes); in DropDownListHelper() 121 … ListBox(htmlHelper, name, selectList, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ListBox() 126 …er(htmlHelper, metadata: null, name: name, selectList: selectList, htmlAttributes: htmlAttributes); in ListBox() 138 …or(htmlHelper, expression, selectList, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ListBoxFor() 156 htmlAttributes); in ListBoxFor() 161 …el: null, name: name, selectList: selectList, allowMultiple: true, htmlAttributes: htmlAttributes); in ListBoxHelper() [all …]
|
H A D | FormExtensions.cs | 58 …per htmlHelper, string actionName, string controllerName, FormMethod method, object htmlAttributes) in BeginForm() argument 65 …inForm(htmlHelper, actionName, controllerName, new RouteValueDictionary(), method, htmlAttributes); in BeginForm() 76 return FormHelper(htmlHelper, formAction, method, htmlAttributes); in BeginForm() 119 …inRouteForm(this HtmlHelper htmlHelper, string routeName, FormMethod method, object htmlAttributes) in BeginRouteForm() argument 121 …e, new RouteValueDictionary(), method, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in BeginRouteForm() 124 …Helper htmlHelper, string routeName, FormMethod method, IDictionary<string, object> htmlAttributes) in BeginRouteForm() argument 126 … return BeginRouteForm(htmlHelper, routeName, new RouteValueDictionary(), method, htmlAttributes); in BeginRouteForm() 129 …lHelper htmlHelper, string routeName, object routeValues, FormMethod method, object htmlAttributes) in BeginRouteForm() argument 137 return FormHelper(htmlHelper, formAction, method, htmlAttributes); in BeginRouteForm() 153 …elper htmlHelper, string formAction, FormMethod method, IDictionary<string, object> htmlAttributes) in FormHelper() argument [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages/Html/ |
H A D | HtmlHelper.Validation.cs | 24 public IHtmlString ValidationMessage(string name, object htmlAttributes) in ValidationMessage() argument 31 return ValidationMessage(name, null, htmlAttributes); in ValidationMessage() 45 return BuildValidationMessage(name, message, htmlAttributes); in ValidationMessage() 73 tagBuilder.MergeAttributes(htmlAttributes); in BuildValidationMessage() 100 public IHtmlString ValidationSummary(object htmlAttributes) in ValidationSummary() argument 102 …return ValidationSummary(message: null, excludeFieldErrors: false, htmlAttributes: htmlAttributes); in ValidationSummary() 107 …return ValidationSummary(message: null, excludeFieldErrors: false, htmlAttributes: htmlAttributes); in ValidationSummary() 110 public IHtmlString ValidationSummary(string message, object htmlAttributes) in ValidationSummary() argument 112 … return ValidationSummary(message, excludeFieldErrors: false, htmlAttributes: htmlAttributes); in ValidationSummary() 117 … return ValidationSummary(message, excludeFieldErrors: false, htmlAttributes: htmlAttributes); in ValidationSummary() [all …]
|
H A D | HtmlHelper.Select.cs | 28 …defaultOption: null, selectList: selectList, selectedValues: null, htmlAttributes: htmlAttributes); in ListBox() 33 …defaultOption: null, selectList: selectList, selectedValues: null, htmlAttributes: htmlAttributes); in ListBox() 39 …urn ListBox(name, defaultOption, selectList, selectedValues: null, htmlAttributes: htmlAttributes); in ListBox() 44 …tion: defaultOption, selectList: selectList, selectedValues: null, htmlAttributes: htmlAttributes); in ListBox() 55 … selectedValues: selectedValues, size: null, allowMultiple: false, htmlAttributes: htmlAttributes); in ListBox() 59 object htmlAttributes) in ListBox() argument 62 … selectedValues: selectedValues, htmlAttributes: TypeHelper.ObjectToDictionary(htmlAttributes)); in ListBox() 174 … defaultOption: null, selectList: selectList, selectedValue: null, htmlAttributes: htmlAttributes); in DropDownList() 179 … defaultOption: null, selectList: selectList, selectedValue: null, htmlAttributes: htmlAttributes); in DropDownList() 190 …DropDownList(name, defaultOption, selectList, selectedValue: null, htmlAttributes: htmlAttributes); in DropDownList() [all …]
|
H A D | HtmlHelper.TextArea.cs | 41 public IHtmlString TextArea(string name, object htmlAttributes) in TextArea() argument 43 … return TextArea(name, value: null, htmlAttributes: TypeHelper.ObjectToDictionary(htmlAttributes)); in TextArea() 46 public IHtmlString TextArea(string name, IDictionary<string, object> htmlAttributes) in TextArea() argument 48 return TextArea(name, value: null, htmlAttributes: htmlAttributes); in TextArea() 56 public IHtmlString TextArea(string name, string value, object htmlAttributes) in TextArea() argument 58 return TextArea(name, value, TypeHelper.ObjectToDictionary(htmlAttributes)); in TextArea() 68 return BuildTextArea(name, value, _implicitRowsAndColumns, htmlAttributes); in TextArea() 72 object htmlAttributes) in TextArea() argument 78 IDictionary<string, object> htmlAttributes) in TextArea() argument 88 IDictionary<string, object> htmlAttributes) in BuildTextArea() argument [all …]
|
H A D | HtmlHelper.Input.cs | 33 return TextBox(name, value, htmlAttributes: (IDictionary<string, object>)null); in TextBox() 36 public IHtmlString TextBox(string name, object value, object htmlAttributes) in TextBox() argument 38 return TextBox(name, value, TypeHelper.ObjectToDictionary(htmlAttributes)); in TextBox() 41 … public IHtmlString TextBox(string name, object value, IDictionary<string, object> htmlAttributes) in TextBox() argument 64 return Hidden(name, value, htmlAttributes: (IDictionary<string, object>)null); in Hidden() 67 public IHtmlString Hidden(string name, object value, object htmlAttributes) in Hidden() argument 69 return Hidden(name, value, TypeHelper.ObjectToDictionary(htmlAttributes)); in Hidden() 80 attributes: htmlAttributes); in Hidden() 113 return Password(name, value, htmlAttributes: (IDictionary<string, object>)null); in Password() 116 public IHtmlString Password(string name, object value, object htmlAttributes) in Password() argument [all …]
|
H A D | HtmlHelper.Radio.cs | 13 return RadioButton(name, value, htmlAttributes: (IDictionary<string, object>)null); in RadioButton() 16 public IHtmlString RadioButton(string name, object value, object htmlAttributes) in RadioButton() argument 18 return RadioButton(name, value, TypeHelper.ObjectToDictionary(htmlAttributes)); in RadioButton() 21 …blic IHtmlString RadioButton(string name, object value, IDictionary<string, object> htmlAttributes) in RadioButton() argument 28 return BuildRadioButton(name, value, isChecked: null, attributes: htmlAttributes); in RadioButton() 33 … return RadioButton(name, value, isChecked, htmlAttributes: (IDictionary<string, object>)null); in RadioButton() 36 … public IHtmlString RadioButton(string name, object value, bool isChecked, object htmlAttributes) in RadioButton() argument 38 … return RadioButton(name, value, isChecked, TypeHelper.ObjectToDictionary(htmlAttributes)); in RadioButton() 41 … RadioButton(string name, object value, bool isChecked, IDictionary<string, object> htmlAttributes) in RadioButton() argument 47 return BuildRadioButton(name, value, isChecked, htmlAttributes); in RadioButton()
|
H A D | HtmlHelper.Checkbox.cs | 13 return CheckBox(name, htmlAttributes: (IDictionary<string, object>)null); in CheckBox() 16 public IHtmlString CheckBox(string name, object htmlAttributes) in CheckBox() argument 18 return CheckBox(name, TypeHelper.ObjectToDictionary(htmlAttributes)); in CheckBox() 21 public IHtmlString CheckBox(string name, IDictionary<string, object> htmlAttributes) in CheckBox() argument 28 return BuildCheckBox(name, null, htmlAttributes); in CheckBox() 36 public IHtmlString CheckBox(string name, bool isChecked, object htmlAttributes) in CheckBox() argument 38 return CheckBox(name, isChecked, TypeHelper.ObjectToDictionary(htmlAttributes)); in CheckBox() 41 …ublic IHtmlString CheckBox(string name, bool isChecked, IDictionary<string, object> htmlAttributes) in CheckBox() argument 47 return BuildCheckBox(name, isChecked, htmlAttributes); in CheckBox()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/Html/ |
H A D | InputExtensions.cs | 36 return CheckBoxHelper(htmlHelper, null, name, isChecked, htmlAttributes); in CheckBox() 68 RouteValueDictionary attributes = ToRouteValueDictionary(htmlAttributes); in CheckBoxHelper() 98 htmlAttributes); in Hidden() 119 htmlAttributes); in HiddenFor() 175 htmlAttributes); in PasswordFor() 197 RouteValueDictionary attributes = ToRouteValueDictionary(htmlAttributes); in RadioButton() 202 return RadioButton(htmlHelper, name, value, isChecked, htmlAttributes); in RadioButton() 218 RouteValueDictionary attributes = ToRouteValueDictionary(htmlAttributes); in RadioButton() 242 htmlAttributes); in RadioButtonFor() 301 htmlAttributes); in TextBoxFor() [all …]
|
H A D | LinkExtensions.cs | 16 …Helper htmlHelper, string linkText, string actionName, object routeValues, object htmlAttributes) { in ActionLink() argument 17 …new RouteValueDictionary(routeValues), HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ActionLink() 25 …tionLink(htmlHelper, linkText, actionName, null /* controllerName */, routeValues, htmlAttributes); in ActionLink() 32 …ng linkText, string actionName, string controllerName, object routeValues, object htmlAttributes) { in ActionLink() argument 33 …new RouteValueDictionary(routeValues), HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ActionLink() 74 …RouteLink(this HtmlHelper htmlHelper, string linkText, object routeValues, object htmlAttributes) { in RouteLink() argument 75 …new RouteValueDictionary(routeValues), HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in RouteLink() 78 …r, string linkText, RouteValueDictionary routeValues, IDictionary<string, object> htmlAttributes) { in RouteLink() argument 79 … return RouteLink(htmlHelper, linkText, null /* routeName */, routeValues, htmlAttributes); in RouteLink() 82 …lHelper htmlHelper, string linkText, string routeName, object routeValues, object htmlAttributes) { in RouteLink() argument [all …]
|
H A D | TextAreaExtensions.cs | 43 …lic static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, object htmlAttributes) { in TextArea() argument 44 …ea(htmlHelper, name, null /* value */, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in TextArea() 48 return TextArea(htmlHelper, name, null /* value */, htmlAttributes); in TextArea() 55 …HtmlString TextArea(this HtmlHelper htmlHelper, string name, string value, object htmlAttributes) { in TextArea() argument 56 …turn TextArea(htmlHelper, name, value, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in TextArea() 65 … return TextAreaHelper(htmlHelper, metadata, name, implicitRowsAndColumns, htmlAttributes); in TextArea() 78 …AreaHelper(htmlHelper, metadata, name, GetRowsAndColumnsDictionary(rows, columns), htmlAttributes); in TextArea() 88 …rn TextAreaFor(htmlHelper, expression, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in TextAreaFor() 101 htmlAttributes); in TextAreaFor() 119 htmlAttributes); in TextAreaFor() [all …]
|
H A D | SelectExtensions.cs | 33 … return DropDownList(htmlHelper, name, selectList, null /* optionLabel */, htmlAttributes); in DropDownList() 41 …Helper, name, selectList, optionLabel, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in DropDownList() 45 return DropDownListHelper(htmlHelper, name, selectList, optionLabel, htmlAttributes); in DropDownList() 60 …return DropDownListFor(htmlHelper, expression, selectList, null /* optionLabel */, htmlAttributes); in DropDownListFor() 84 …ternal(htmlHelper, optionLabel, expression, selectList, false /* allowMultiple */, htmlAttributes); in DropDownListHelper() 98 … ListBox(htmlHelper, name, selectList, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ListBox() 102 return ListBoxHelper(htmlHelper, name, selectList, htmlAttributes); in ListBox() 112 …or(htmlHelper, expression, selectList, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ListBoxFor() 125 htmlAttributes); in ListBoxFor() 129 …al(htmlHelper, null /* optionLabel */, name, selectList, true /* allowMultiple */, htmlAttributes); in ListBoxHelper() [all …]
|
H A D | FormExtensions.cs | 45 …r htmlHelper, string actionName, string controllerName, FormMethod method, object htmlAttributes) { in BeginForm() argument 50 …inForm(htmlHelper, actionName, controllerName, new RouteValueDictionary(), method, htmlAttributes); in BeginForm() 59 return FormHelper(htmlHelper, formAction, method, htmlAttributes); in BeginForm() 94 …RouteForm(this HtmlHelper htmlHelper, string routeName, FormMethod method, object htmlAttributes) { in BeginRouteForm() argument 95 …e, new RouteValueDictionary(), method, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in BeginRouteForm() 98 …lper htmlHelper, string routeName, FormMethod method, IDictionary<string, object> htmlAttributes) { in BeginRouteForm() argument 99 … return BeginRouteForm(htmlHelper, routeName, new RouteValueDictionary(), method, htmlAttributes); in BeginRouteForm() 102 …elper htmlHelper, string routeName, object routeValues, FormMethod method, object htmlAttributes) { in BeginRouteForm() argument 108 return FormHelper(htmlHelper, formAction, method, htmlAttributes); in BeginRouteForm() 117 …per htmlHelper, string formAction, FormMethod method, IDictionary<string, object> htmlAttributes) { in FormHelper() argument [all …]
|
H A D | ValidationExtensions.cs | 98 …HtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, object htmlAttributes) { in ValidationMessage() argument 109 …lHelper, modelName, validationMessage, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ValidationMessage() 113 … return ValidationMessage(htmlHelper, modelName, null /* validationMessage */, htmlAttributes); in ValidationMessage() 126 htmlAttributes); in ValidationMessage() 141 …Helper, expression, validationMessage, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ValidationMessageFor() 150 htmlAttributes); in ValidationMessageFor() 171 builder.MergeAttributes(htmlAttributes); in ValidationMessageHelper() 220 …vcHtmlString ValidationSummary(this HtmlHelper htmlHelper, string message, object htmlAttributes) { in ValidationSummary() argument 225 …elper, excludePropertyErrors, message, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in ValidationSummary() 229 … return ValidationSummary(htmlHelper, false /* excludePropertyErrors */, message, htmlAttributes); in ValidationSummary() [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/Html/ |
H A D | HtmlHelperExtensions.cs | 432 htmlAttributes.AddOptional("id", id); in Attributes() 435 return htmlAttributes; in Attributes() 445 htmlAttributes.AddOptional("dir", dir); in AnchorAttributes() 449 htmlAttributes.AddOptional("rel", rel); in AnchorAttributes() 450 htmlAttributes.AddOptional("rev", rev); in AnchorAttributes() 455 return htmlAttributes; in AnchorAttributes() 470 return htmlAttributes; in FormAttributes() 486 return htmlAttributes; in InputAttributes() 500 return htmlAttributes; in SelectAttributes() 511 return htmlAttributes; in SpanAttributes() [all …]
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/Ajax/ |
H A D | AjaxExtensions.cs | 49 … RouteValueDictionary newAttributes = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes); in ActionLink() 69 … RouteValueDictionary newAttributes = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes); in ActionLink() 80 …n MvcHtmlString.Create(GenerateLink(ajaxHelper, linkText, targetUrl, ajaxOptions, htmlAttributes)); in ActionLink() 118 … RouteValueDictionary newAttributes = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes); in BeginForm() 129 return FormHelper(ajaxHelper, formAction, ajaxOptions, htmlAttributes); in BeginForm() 141 … RouteValueDictionary newAttributes = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes); in BeginRouteForm() 151 return FormHelper(ajaxHelper, formAction, ajaxOptions, htmlAttributes); in BeginRouteForm() 157 builder.MergeAttributes(htmlAttributes); in FormHelper() 214 HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in RouteLink() 246 HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in RouteLink() [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/Ajax/ |
H A D | AjaxExtensions.cs | 56 … RouteValueDictionary newAttributes = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes); in ActionLink() 80 … RouteValueDictionary newAttributes = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes); in ActionLink() 93 …n MvcHtmlString.Create(GenerateLink(ajaxHelper, linkText, targetUrl, ajaxOptions, htmlAttributes)); in ActionLink() 140 … RouteValueDictionary newAttributes = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes); in BeginForm() 153 return FormHelper(ajaxHelper, formAction, ajaxOptions, htmlAttributes); in BeginForm() 168 … RouteValueDictionary newAttributes = HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes); in BeginRouteForm() 180 return FormHelper(ajaxHelper, formAction, ajaxOptions, htmlAttributes); in BeginRouteForm() 187 builder.MergeAttributes(htmlAttributes); in FormHelper() 256 HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in RouteLink() 295 HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in RouteLink() [all …]
|
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/ |
H A D | ButtonsAndLinkExtensions.cs | 52 …lString SubmitButton(this HtmlHelper helper, string name, string buttonText, object htmlAttributes) in SubmitButton() argument 54 … helper.SubmitButton(name, buttonText, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in SubmitButton() 66 …this HtmlHelper helper, string name, string buttonText, IDictionary<string, object> htmlAttributes) in SubmitButton() argument 68 …return MvcHtmlString.Create(ButtonBuilder.SubmitButton(name, buttonText, htmlAttributes).ToString(… in SubmitButton() 91 …HtmlString SubmitImage(this HtmlHelper helper, string name, string imageSrc, object htmlAttributes) in SubmitImage() argument 93 …urn helper.SubmitImage(name, imageSrc, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in SubmitImage() 104 …e(this HtmlHelper helper, string name, string imageSrc, IDictionary<string, object> htmlAttributes) in SubmitImage() argument 112 …return MvcHtmlString.Create(ButtonBuilder.SubmitImage(name, resolvedUrl, htmlAttributes).ToString(… in SubmitImage() 152 …ng name, string buttonText, HtmlButtonType buttonType, string onClickMethod, object htmlAttributes) in Button() argument 154 …buttonText, buttonType, onClickMethod, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in Button() [all …]
|
H A D | MailToExtensions.cs | 18 …lString Mailto(this HtmlHelper helper, string linkText, string emailAddress, object htmlAttributes) in Mailto() argument 20 return Mailto(helper, linkText, emailAddress, null, null, null, null, htmlAttributes); in Mailto() 23 …tmlHelper helper, string linkText, string emailAddress, IDictionary<string, object> htmlAttributes) in Mailto() argument 25 return Mailto(helper, linkText, emailAddress, null, null, null, null, htmlAttributes); in Mailto() 33 …his HtmlHelper helper, string linkText, string emailAddress, string subject, object htmlAttributes) in Mailto() argument 35 … return Mailto(helper, linkText, emailAddress, subject, null, null, null, htmlAttributes); in Mailto() 38 …, string linkText, string emailAddress, string subject, IDictionary<string, object> htmlAttributes) in Mailto() argument 40 … return Mailto(helper, linkText, emailAddress, subject, null, null, null, htmlAttributes); in Mailto() 45 … emailAddress, subject, body, cc, bcc, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in Mailto() 49 … string body, string cc, string bcc, IDictionary<string, object> htmlAttributes) in Mailto() argument [all …]
|
H A D | ImageExtensions.cs | 26 …tmlString Image(this HtmlHelper helper, string imageRelativeUrl, string alt, object htmlAttributes) in Image() argument 28 …n Image(helper, imageRelativeUrl, alt, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in Image() 32 … static MvcHtmlString Image(this HtmlHelper helper, string imageRelativeUrl, object htmlAttributes) in Image() argument 34 … Image(helper, imageRelativeUrl, null, HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)); in Image() 38 … Image(this HtmlHelper helper, string imageRelativeUrl, IDictionary<string, object> htmlAttributes) in Image() argument 40 return Image(helper, imageRelativeUrl, null, htmlAttributes); in Image() 44 …HtmlHelper helper, string imageRelativeUrl, string alt, IDictionary<string, object> htmlAttributes) in Image() argument 52 …return MvcHtmlString.Create(Image(imageUrl, alt, htmlAttributes).ToString(TagRenderMode.SelfClosin… in Image() 56 …ic static TagBuilder Image(string imageUrl, string alt, IDictionary<string, object> htmlAttributes) in Image() argument 75 imageTag.MergeAttributes(htmlAttributes, true); in Image()
|