Questions tagged [fubumvc]

FubuMVC is an open source Front Controller-style MVC framework designed primarily for Web applications built on ASP.NET.

From FubuMVC.com:

Compositional, compile safe, convention-based configuration for complex web applications. The MVC framework that doesn't get in your way.

48 questions
0
votes
1 answer

FubuMVC: How to configure which ISessionState implementation to use

I have some trouble making Fubu use my own implementation of ISessionState. My controller has a constructor that takes an ISessionState argument. I have tried using StructureMap like so in my global…
Pingvinen
  • 65
  • 1
  • 5
0
votes
1 answer

Why is my KendoUI mobile switch not working correctly?

I'm using FUBUMVC and using a custom HTMLConvention to generate the following htmltag(s):
Waylon Martinez
  • 153
  • 1
  • 4
0
votes
3 answers

FubuMVC: How do I add a new method a la DisplayFor

I want to do something like the following in my spark view. @{this.LinkTo("1234")} Which should output something like 1234 I cannot seem to find a good way to do this. Most searches for "fubumvc htmlhelpers" end…
Pingvinen
  • 65
  • 1
  • 5
1 2 3
4