Top "View-helpers" questions

Use this tag for questions on ViewHelpers as used by the Fluid templating engine.

ASP.NET MVC Chart: how to show values on each column

I'm trying to use the Chart functionnality provided by the .NET framework, but I need a result that I can't …

c# asp.net asp.net-mvc charts view-helpers
TYPO3: use fluid's date view helper inline as argument for translate view helper

I am currently developing some extensions to use within TYPO3 6. In one view I have database records with date fields. …

typo3 fluid view-helpers
use TempData in a Helper error: The name 'TempData' does not exist in the current context

I would like to access the TempData in my helper for a flash message (like in ruby) I get a …

asp.net-mvc asp.net-mvc-3 html-helper view-helpers
Is there a simple MVC4 html helper for collapsible (multi-level) Bootstrap 3 menus?

I have seen several examples on creating a HTML helper method for active menu items. **Summary:** Simply put, in an …

asp.net-mvc-4 c#-4.0 twitter-bootstrap view-helpers
The name 'Url' does not exist in the current context error

I have an MVC4 project that I am trying to create a helper for. I have added a folder called "…

asp.net-mvc asp.net-mvc-4 view-helpers