Created
          August 14, 2013 12:31 
        
      - 
      
 - 
        
Save mcintyre321/6230628 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
mcintyre321 created this gist
Aug 14, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ public class IndexView : CodeView<IndexViewModel> { protected override void Render(CQ doc, IndexViewModel model, ViewContext viewContext) { doc["body"].Append("<div>" + viewContext.ViewBag.Message + "</div>"); } }