[WebMethod]
[ScriptMethod(ResponseFormat = ResponseFormat.Json)]
which of these two is get and which is post?
It is used in a generic handler (.ashx file).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Summary:
Gets or sets a value that indicates whether to invoke the method by using HTTP GET.
Returns:
true if the method is invoked by using the HTTP GET command; false if the method is invoked by using the HTTP POST command. The default is false.
we can make both get and post methods