diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Controllers/HomeController.cs')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Controllers/HomeController.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs b/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs index 261aa37..7182862 100644 --- a/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs +++ b/projecttemplates/MvcRelyingParty/Controllers/HomeController.cs @@ -16,5 +16,9 @@ public ActionResult About() { return View(); } + + public ActionResult PrivacyPolicy() { + return View(); + } } } |