Request.CurrentModule 属性

定义

获取当前请求正在执行的模块的名称。

public:
 property System::String ^ CurrentModule { System::String ^ get(); };
public string CurrentModule { get; }
member this.CurrentModule : string
Public ReadOnly Property CurrentModule As String

属性值

当前请求正在执行的模块的名称。

适用于