CompilingPathEventArgs 类

定义

此类型/成员支持.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基础结构,不应直接从代码中使用。获取网页的虚拟路径。

适用于