Privacy.cshtml
|
@{ ViewData["Title"] = "Privacy Policy"; } <h1>@ViewData["Title"]</h1> <p>Use this page to detail your site's privacy policy.</p> |
@ViewData
is a way to access the properties of ViewData
, which is a dictionary-like object used to pass data from a controller to its corresponding view.
“The first time I see a jogger smiling, I’ll consider it.” — Joan Rivers |