What clever things have you done with an ASP.NET MVC Action method

后端 未结 5 1754
借酒劲吻你
借酒劲吻你 2020-12-12 11:59

The ASP.NET MVC controller action methods are primarily used for handling \'business\' operations but it can be used for lots more.

I thought it would be fun to see

5条回答
  •  离开以前
    2020-12-12 12:50

    A partial implementation of less, a css syntax extender

    It actually support only constants and what they called mixins, the source are here.

    In this post I explained how to use it in mvc (the post is in italian but just look at the source):

    you can just look here at the result

提交回复
热议问题