Contents tagged with MVC HELPERS
-
ASP.Net MVC 2 Auto Complete Textbox With Custom View Model Attribute & EditorTemplate
-
Custom ASP.Net MVC 2 ModelMetadataProvider for using custom view model attributes
There are a number of ways of implementing a pattern for using custom view model attributes, the following is similar to something my colleague Paul Haley and I developed at work which works pretty well.
-
Fluent Html Helpers In Asp.Net MVC
I’ve been spending a fair amount of time recently developing client side controls for use with the Asp.Net MVC framework and have realised that they are great place to make use of the fluent interface pattern.
-
ASP.Net MVC Embedded Resource Helper Class
Getting embedded resources such as JavaScript, CSS and image files is a little bit more difficult when using the ASP.Net MVC framework as most of the useful methods for this will not work.
-
Strongly Typed ASP.Net MVC Helpers
I've put together a short tutorial on creating ASP.Net MVC Helper Controls that use lambda expressions to strongly type the model, property and value parameters.