HttpModuleActionCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 HttpModuleActionCollection 类的新实例。
public:
HttpModuleActionCollection();
public HttpModuleActionCollection ();
Public Sub New ()
示例
以下示例演示如何创建 HttpModuleActionCollection 对象。
// Create a new HttpModuleActionCollection object.
HttpModuleActionCollection newModuleActionCollection =
new HttpModuleActionCollection();
' Create a new HttpModuleActionCollection object.
Dim newModuleActionCollection _
As New HttpModuleActionCollection()
注解
此构造函数创建对象的非初始化实例 HttpModuleActionCollection 。