Hi folks,
is it possible to add a dot format / .format
to the end of any route in ASP.NET MVC .. with a default being html or something?
and of course the .format
is an optional value.
sample routes:-
http://whatever/controller/action.format
http://whatever/controller/action
those goto the same action method.
cheers!