BExIS.Web.Shell.Areas.SAM.Controllers.TenantsController.Index C# (CSharp) Метод

Index() публичный Метод

List all the registered tenants with thier status, etc.
The one that is currently serving, should be highlighted.
public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            ViewBag.Title = PresentationModel.GetViewTitleForTenant("Tenants", this.Session.GetTenant());
            return View();
        }