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 事件提供的資料。

適用於