BootstrapExtensions.Base.Form.FormExtensions.SearchForm C# (CSharp) Метод

SearchForm() публичный статический Метод

public static SearchForm ( this html, string actionName, string controllerName, object routeVals ) : MvcForm
html this
actionName string
controllerName string
routeVals object
Результат MvcForm
        public static MvcForm SearchForm(this HtmlHelper html, string actionName, string controllerName, object routeVals)
        {
            return SearchForm(html, actionName, controllerName, new RouteValueDictionary(routeVals));
        }

Same methods

FormExtensions::SearchForm ( this html ) : System.Web.Mvc.Html.MvcForm
FormExtensions::SearchForm ( this html, RouteValueDictionary routeValues ) : System.Web.Mvc.Html.MvcForm
FormExtensions::SearchForm ( this html, object routeValues ) : System.Web.Mvc.Html.MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName ) : System.Web.Mvc.Html.MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName, FormMethod formMethod ) : System.Web.Mvc.Html.MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName, FormMethod formMethod, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName, FormMethod formMethod, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName, RouteValueDictionary routeVals ) : System.Web.Mvc.Html.MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName, RouteValueDictionary routeVals, FormMethod formMethod ) : MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName, RouteValueDictionary routeVals, FormMethod formMethod, object>.IDictionary htmlAttributes ) : MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName, RouteValueDictionary routeVals, FormMethod formMethod, object htmlAttributes ) : MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName, object routeVals, FormMethod formMethod ) : MvcForm
FormExtensions::SearchForm ( this html, string actionName, string controllerName, object routeVals, FormMethod formMethod, object htmlAttributes ) : MvcForm