RazorBuildProvider.OnBeforeCompilePath(CompilingPathEventArgs) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Raises the CompilingPath event.

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)

Parameters

args
CompilingPathEventArgs

The data provided for the CompilingPath event.

Applies to