IViewCompilerProvider.GetCompiler 메서드

정의

IViewCompiler을 가져옵니다.

public:
 Microsoft::AspNetCore::Mvc::Razor::Compilation::IViewCompiler ^ GetCompiler();
public Microsoft.AspNetCore.Mvc.Razor.Compilation.IViewCompiler GetCompiler ();
abstract member GetCompiler : unit -> Microsoft.AspNetCore.Mvc.Razor.Compilation.IViewCompiler
Public Function GetCompiler () As IViewCompiler

반환

뷰 컴파일러입니다.

적용 대상