FormsAuthenticationModule 构造函数

定义

初始化 FormsAuthenticationModule 类的新实例。Initializes a new instance of the FormsAuthenticationModule class.

public:
 FormsAuthenticationModule();
public FormsAuthenticationModule ();
Public Sub New ()

注解

此构造函数不应从应用程序代码调用。This constructor is not intended to be called from application code.

ASP.NET 调用此构造函数以创建类的实例 FormsAuthenticationModuleASP.NET calls this constructor to create an instance of the FormsAuthenticationModule class. 调用构造函数后,它会调用 Init 方法来初始化新的 FormsAuthenticationModule 对象。After calling the constructor, it calls the Init method to initialize the new FormsAuthenticationModule object.

适用于