Code: Select all
public ActionResult PlayVideo(string VidPath)
{
ViewData["VidPath"] = VidPath;
return View();
}
< /code>
View == >>> < /strong> < /p>
Code: Select all
public ActionResult PlayVideo(string VidPath)
{
ViewData["VidPath"] = VidPath;
return View();
}
< /code>
View == >>> < /strong> < /p>