вот мой код...
controller==>>>
Код: Выделить всё
public ActionResult PlayVideo(string VidPath)
{
ViewData["VidPath"] = VidPath;
return View();
}
Код: Выделить всё

Подробнее здесь: https://stackoverflow.com/questions/381 ... l-resource
Код: Выделить всё
public ActionResult PlayVideo(string VidPath)
{
ViewData["VidPath"] = VidPath;
return View();
}
Код: Выделить всё
