SHARE
TWEET

ViewModel index.cshtml




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- @{
- ViewBag.Title = "Index";
- }
- @model signalr2.AnasayfaViewModel
- @if (Model.Success)
- {
- <ul>
- @foreach (var item in Model.Kategoriler)
- {
- <li>@item</li>
- }
- </ul>
- <div>
- @foreach (var item in Model.EnSonUrunler)
- {
- <text>@item</text><br />
- }
- </div>
- .
- .
- .
- }
- else
- {
- <h2> @Model.Message </h2>
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.