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

@ViewData["Title"]

@SR["Command"]


@Html.DisplayFor(m=>m)

Edit | Back to List