本文介绍了当前HTTP上下文的HTTP动词的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你怎么找到的HTTP动词(POST,GET,DELETE,PUT)用于访问你的应用程序?即时寻找httpcontext.current但dosent似乎是给我的信息的任何财产。谢谢

How do you find the http verb (POST,GET,DELETE,PUT) used to access your application? Im looking httpcontext.current but there dosent seem to be any property that gives me the info. Thanks

推荐答案

使用 HttpContext.Current.Request.HttpMethod

请参阅:<一href=\"http://msdn.microsoft.com/en-us/library/system.web.htt$p$pquest.httpmethod.aspx\">http://msdn.microsoft.com/en-us/library/system.web.htt$p$pquest.httpmethod.aspx

这篇关于当前HTTP上下文的HTTP动词的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 03:21