Answers for "url action with parameters"

0

url action with parameters

<a href="<%: Url.Action("GetByList", "Listing", new { name = "John", contact = "calgary, vancouver" }) %>">
    <span>People</span>
</a>
Posted by: Guest on February-11-2021
0

url.action object parameter

@Url.Action("Action","Controller", new { PropertyA = Model.PropertyA, PropertyB = Model.PropertyB, ... })
Posted by: Guest on July-04-2021

Browse Popular Code Answers by Language