c# - WebForms equivalent of MVC's "return Content()"? -


I am trying to verify a closing point. They are sending me a get request with a parameter that I need to use in one of their tasks.

I feel like requesting a POST back to me, but do not make sure about the correct implementation of return content () ?

  The public class WebhooksController's Controller {Public Activity WebhookNotification.Verify (Request.QueryString ["bt_challenge"])); }}  

Not sure that this is the best way but you can do one .

  Public class MyHandler: IHttpHandler {Public void ProcessRequest (HttpContext Reference) {// You have used for reference. Request and context.Response} public bool IReusable {get {return false; }}}  

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -