RazorBuildProvider.OnBeforeCompilePath(CompilingPathEventArgs) 方法

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。引发 CompilingPath 事件。

protected virtual void OnBeforeCompilePath(System.Web.WebPages.Razor.CompilingPathEventArgs args);
abstract member OnBeforeCompilePath : System.Web.WebPages.Razor.CompilingPathEventArgs -> unit
override this.OnBeforeCompilePath : System.Web.WebPages.Razor.CompilingPathEventArgs -> unit
Protected Overridable Sub OnBeforeCompilePath (args As CompilingPathEventArgs)

参数

args
CompilingPathEventArgs

为 CompilingPath 事件提供的数据。

适用于