@model RdvQuery @{ ViewData["Title"] = "Details"; }

@ViewData["Title"]

Command


@Html.DisplayFor(m=>m)

Edit | Back to List