How to display text in an MVC view with htmlattrbutes

前端 未结 3 1386
南方客
南方客 2021-01-26 11:31

I have the following code :

@Html.ActionLink(\"Hello \" + User.Identity.GetUserName() + \"!\", 
\"Manage\", \"Account\", 
routeValues: null, 
htmlAttributes: new         


        
3条回答
提交回复
热议问题