NerdDinner.Controllers.HomeController.Xrds C# (CSharp) Method

Xrds() public method

Provides an RP discovery document to OpenID 2.0 Providers that are performing a security check on this RP.
public Xrds ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Xrds()
        {
            return View("Xrds");
        }