The homely things in MVC

Source: Internet
Author: User
Tags actionlink

Some basic things or the whole of it, or the old Baidu is not a thing, good memory than bad writing, write it

@Html. ActionLink () Two overloads, which will be used for the rest, needless to say.

@ Html.ActionLink (" Delete link ", "MyHome", "Home", new {},new {id= "myID", @class = "MyClass", onclick = "return confirm (\" Are you sure you want to delete it?) \")"})

//Generate the results as follows, if the reference should also be transmitted as above the first new

<a class= "MyClass" id= "myID" onclick= "return confirm (" Are you sure you want to delete it?) ")" href= "/home/myhome" > Delete link </a>

//This new is a pass-through parameter, and the second new one is HTML attribute

@Html. ActionLink (" Delete link", "MyHome", "Home", new {id= "123", Name= "Zhang San"},new {id= "myID", @class = "MyClass" , onclick= "return confirm (\" Are you sure you want to delete it?) \")"}) 

//Results below, the first new is the passed argument, the second is the HTML attribute

<a class= "MyClass" id= "myID" onclick= "return confirm (" Are you sure you want to delete it?) ")" href= "/home/myhome/123?name=%e5%bc%a0%e4%b8%89" > Delete link </a>

@Html. ActionLink (" Delete link", "MyHome", "Home")

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.