try to find from below code
In Razor
@{
var id = ViewContext.RouteData.Values["id"];
}
In WebForms:
<%
var id = ViewContext.RouteData.Values["id"];
%>
try to find from below code
In Razor
@{
var id = ViewContext.RouteData.Values["id"];
}
In WebForms:
<%
var id = ViewContext.RouteData.Values["id"];
%>