Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. using System.Web.Mvc;
  2. using Telerik.Sitefinity.Mvc;
  3.  
  4. namespace Ks.Sf.Web.Mvc.Controllers
  5. {
  6. [ControllerToolboxItem(Name = "TestDataLoader_MVC", Title = "Test Data Loader",
  7. SectionName = "Dashboard", CssClass = "sfListitemsIcn sfMvcIcn")]
  8. public class TestDataLoaderController : Controller
  9. {
  10. public ViewResult Index()
  11. {
  12. return View();
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement