다음을 통해 공유


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 이벤트에 대해 제공된 데이터입니다.

적용 대상