This question already asks what I'm asking, but I want some clarification on the answer.
The answer states that WebGet
and WebInvoke
are similar, and that the primary difference is the Method
parameter.
But if the Method
parameter is set to "GET"
, is it actually functionally equivalent, or are there other differences?
WebInvoke(Method="GET")
, so I want to make sure I'm not breaking anything before I change – Polky