ArmedCards.Web.Controllers.HomeController.Robots C# (CSharp) Method

Robots() public method

public Robots ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Robots()
        {
            Response.ContentType = "text/plain";
            return View();
        }