I am vb.net familiar. Have a razor c# piece of code. Went through pages of documentation but I cannot find out what does this code do?
<li class="@Html.IsSelected(controller: "Dashboards")>
I understand that runs function IsSelected
of Html class but what is the meaning of argument passed to it?