IHttpModule.Init(HttpApplication) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a module and prepares it to handle requests.
public:
void Init(System::Web::HttpApplication ^ context);
public void Init (System.Web.HttpApplication context);
abstract member Init : System.Web.HttpApplication -> unit
Public Sub Init (context As HttpApplication)
Parameters
- context
- HttpApplication
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application.
Examples
For an example of a custom module that implements IHttpModule, see Walkthrough: Creating and Registering a Custom HTTP Module.
Remarks
Use the Init method to register event handling methods with specific events.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.