If so, how can I call it from my View?
The controller action that I have in mind is something like this:
public ActionResult UrunYonetimi<T>(int param = 0)
{
// doing stuff
}
Can we have an action like this? If so, how can I specify that T
from my e.g @Url.Action()
call?