Answers for "how to define a route with .net and take the param from url"

PHP
6

get the parameter from the route to the view

<a class="nav-link" href=" {{ route('profiles.show',$logged_user) }}">
Posted by: Guest on June-04-2020

Code answers related to "how to define a route with .net and take the param from url"

Browse Popular Code Answers by Language