示例#1
0
 public static HtmlString ActionsForSubmitAndReset <TModel>(this IHtmlHelper <TModel> htmlHelper)
 {
     return(htmlHelper.ActionsFor(SubmitButton.DEFAULT, ResetButton.DEFAULT));
 }
示例#2
0
 public static HtmlString ActionsForClose <TModel>(this IHtmlHelper <TModel> htmlHelper)
 {
     return(htmlHelper.ActionsFor(CloseButton.DEFAULT));
 }