This article is a mirror article of machine translation, please click here to jump to the original article.

View: 16409|Reply: 0

[ASP.NET] asp.net mvc with the Length=5 parameter

[Copy link]
Posted on 6/29/2017 3:24:24 PM | | |
Sometimes, our URL request address or the link address of the A tag will have a length parameter attached to it

Solution:


        //
        Summary:
        Write the <form> start tag to the response.
        //
        Parameters:
        //   ajaxHelper:
        AJAX helper.
        //
        //   actionName:
        The name of the action method that will process the request.
        //
        //   controllerName:
        The name of the controller.
        //
        //   routeValues:
        An object that contains routing parameters. Retrieve parameters using reflections by examining the properties of the object. This object is usually created using the object initialization syntax.
        //
        //   ajaxOptions:
        Objects that provide asynchronous request options.
        //
        //   htmlAttributes:
        An object that contains the HTML properties to be set for that element.
        //
        Return results:
        <form> Start tagging.
        public static MvcForm BeginForm(this AjaxHelper ajaxHelper, string actionName, string controllerName, object routeValues, AjaxOptions ajaxOptions, object htmlAttributes);


We willrouteValues set to null!!




Previous:Uncaught TypeError: Cannot set property 'unobtrusive' of undefined
Next:asp.net MVC asynchronous request form
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com