View gist:630d0cb61750848cfdea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://plnkr.co/edit/?p=streamer&s=M2l2KHxgWmoaT89k |
View Index.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<base href='@Url.Content("~/")'> | |
<title>@ViewBag.Title - My ASP.NET Application</title> | |
<!-- ... --> | |
</head> | |
<body> |