Rails link_to allows one to pass in :method for post and delete action verbs. Is there an exention ou there for Asp.Net MVC that does the same sort of thing? I saw something close on haacked that was for deleting. I could use something similar.
Rails link_to allows one to pass in :method for post and delete action verbs. Is there an exention ou there for Asp.Net MVC that does the same sort of thing? I saw something close on haacked that was for deleting. I could use something similar.