ASMX equivalent of Page_Init?

前端 未结 3 2182
醉酒成梦
醉酒成梦 2021-02-20 16:24

I have some code I would like to execute very early in the lifecycle of a call to an ASMX function. For our ASPX pages, this code is in the Page_Init() function on a base class

3条回答
  •  心在旅途
    2021-02-20 16:59

    They do not have similar 'life cycles'

    The only 2 'events' are the Request and the Response.

提交回复
热议问题