BootstrapComponents.Components.Forms.Form.Form C# (CSharp) Метод

Form() публичный Метод

public Form ( HtmlHelper html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null, FormType formType = null ) : System
html HtmlHelper
actionName string
controllerName string
routeValues object
method FormMethod
htmlAttrs object
formType FormType
Результат System
        public Form(HtmlHelper html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null, FormType? formType = null)
            : base(html.ViewContext)
        {
            Init(html, actionName, controllerName, routeValues, method, htmlAttrs, formType);
        }

Same methods

Form::Form ( IWriter writer, HtmlHelper html, string actionName = null, string controllerName = null, object routeValues = null, FormMethod method = FormMethod.Post, object htmlAttrs = null, FormType formType = null ) : System