@using PMS.BusinessModels.CloudMonitorManage; @{ ViewBag.Title = "CollectionConfigIndex"; Layout = "~/Views/Shared/_MainLayoutPage.cshtml"; CollectionConfig config = ViewBag.CollectionConfig as CollectionConfig; }