CompilingPathEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。表示包含事件数据的编译路径的基类。
public class CompilingPathEventArgs : EventArgs
type CompilingPathEventArgs = class
inherit EventArgs
Public Class CompilingPathEventArgs
Inherits EventArgs
- 继承
-
CompilingPathEventArgs
构造函数
| CompilingPathEventArgs(String, WebPageRazorHost) |
此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。初始化 类的新实例CompilingPathEventArgs。 |
属性
| Host |
此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。获取或设置网页 razor 的主机。 |
| VirtualPath |
此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。获取网页的虚拟路径。 |