UrlAuthorizationModule::Init Method (HttpApplication^)

 

Initializes the UrlAuthorizationModule object.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Init(
	HttpApplication^ app
) sealed

Parameters

app
Type: System.Web::HttpApplication^

The current HttpApplication instance.

This method is not intended to be called from application code.

The Init method ensures that the UrlAuthorizationModule is included in the processing of the AuthorizeRequest event.

.NET Framework
Available since 1.1
Return to top
Show: