In ASP.NET MVC, how do I display a property name as a label splitting on CamelCase
        Posted  
        
            by Andrew Siemer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrew Siemer
        
        
        
        Published on 2010-04-27T00:19:13Z
        Indexed on 
            2010/04/27
            0:23 UTC
        
        
        Read the original article
        Hit count: 537
        
asp.net-mvc-2
I know that I have seen this before. I can't remember if it was a C4MVC template demo or an input builder thing! I need to know how I can use the convention of CamelCasing my view model properties and having the "CamelCasedProperty" rendered in the label as "Camel Cased Property". This should be handled by the create new view wizard rather than programatically handling this.
© Stack Overflow or respective owner