Blog.Web.Site.Controllers.HomeController.Index C# (CSharp) Method

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            ViewBag.IsBlogSocketsAvailable = IsBlogSocketsAvailable();
            return IsBrowserUnsupported() ? View("UnsupportedBrowser") : View();
        }