@{ /****************************************************************************** // Canary Islands Computer Museum Website // ---------------------------------------------------------------------------- // // Filename : Details.cshtml // Author(s) : Natalia Portillo // // --[ Description ] ---------------------------------------------------------- // // Admin view details // // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // ---------------------------------------------------------------------------- // Copyright © 2003-2018 Natalia Portillo *******************************************************************************/ } @model Cicm.Database.Models.BrowserTest @{ ViewData["Title"] = "Details"; }

Details

Browser test


@Html.DisplayNameFor(model => model.UserAgent)
@Html.DisplayFor(model => model.UserAgent)
@Html.DisplayNameFor(model => model.Browser)
@Html.DisplayFor(model => model.Browser)
@Html.DisplayNameFor(model => model.Version)
@Html.DisplayFor(model => model.Version)
@Html.DisplayNameFor(model => model.Os)
@Html.DisplayFor(model => model.Os)
@Html.DisplayNameFor(model => model.Platform)
@Html.DisplayFor(model => model.Platform)
@Html.DisplayNameFor(model => model.Gif87)
@Html.DisplayFor(model => model.Gif87)
@Html.DisplayNameFor(model => model.Gif89)
@Html.DisplayFor(model => model.Gif89)
@Html.DisplayNameFor(model => model.Jpeg)
@Html.DisplayFor(model => model.Jpeg)
@Html.DisplayNameFor(model => model.Png)
@Html.DisplayFor(model => model.Png)
@Html.DisplayNameFor(model => model.Pngt)
@Html.DisplayFor(model => model.Pngt)
@Html.DisplayNameFor(model => model.Agif)
@Html.DisplayFor(model => model.Agif)
@Html.DisplayNameFor(model => model.Table)
@Html.DisplayFor(model => model.Table)
@Html.DisplayNameFor(model => model.Colors)
@Html.DisplayFor(model => model.Colors)
@Html.DisplayNameFor(model => model.Js)
@Html.DisplayFor(model => model.Js)
@Html.DisplayNameFor(model => model.Frames)
@Html.DisplayFor(model => model.Frames)
@Html.DisplayNameFor(model => model.Flash)
@Html.DisplayFor(model => model.Flash)
Edit | Back to List