<form asp-controller="Product" asp-action="Search" method="get" class="navbar-form navbar-left" role="search"><div class="input-group"><input type="text" name="name" class="form-control" placeholder="Search" /><span class="input-group-btn"><button type="submit" class="btn btn-default">Search</button></span></div></form>
here is my form, how to change /Seach?name={string} to /Search/{string} during get method