@mawtex Eh... funny way to embrace your community? What about making your own thread instead of hijacking this one?
@identify
The controllers are discovered by decorating it with the MvcFunction-attribute like this [MvcFunction(Namespace = "Mvc.Functions", Name = "MvcTest")]. Then all assemblies are scanned for types with this attribute.
What action is finally being invoked is following normal MVC conventions, so you could have two actions executing on either a GET or a POST request.
@identify
The controllers are discovered by decorating it with the MvcFunction-attribute like this [MvcFunction(Namespace = "Mvc.Functions", Name = "MvcTest")]. Then all assemblies are scanned for types with this attribute.
What action is finally being invoked is following normal MVC conventions, so you could have two actions executing on either a GET or a POST request.